Files
EasySoft-ZenTaoPMS/module/bug/js/create.ui.js
T

5 lines
195 B
JavaScript

window.reloadByProduct = function(e)
{
loadPage($.createLink('bug', 'create', 'productID=' + $(e.target).val() + '&branch=0&extra=projectID=' + projectID + ',executionID=' + executionID));
}