static
require(["ipuUI", "jquery", "tool"], function (ipuUI, $, tool) { $(function () { $(".ipu-list-item-link").click(function () { location.href = "project-phase-edit.html"; }); }); });