static

project-phase-list.js 201B

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