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