ignite-tc-helper-web/src/main/webapp/board/index.html [171:197]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .dialog("open"); }, } }); } function parmsForRest() { var curReqParms = ""; var branch = findGetParameter("branch"); if (branch != null) { curReqParms += "?branch=" + branch; } if (gVue.$data.baseBranchSelected != null && gVue.$data.baseBranchSelected != "" && typeof gVue.$data.baseBranchSelected !== 'undefined' && gVue.$data.baseBranchSelected != 'All branches') { curReqParms += "?baseBranch=" + gVue.$data.baseBranchSelected; } return curReqParms; } function loadDataFromServer(silent) { g_Loading = true; if (!silent) $("#loadStatus").html("⌛ Please wait"); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ignite-tc-helper-web/src/main/webapp/mutedissues/index.html [159:184]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .dialog("open"); }, } }); } function parmsForRest() { var curReqParms = ""; var branch = findGetParameter("branch"); if (branch != null) { curReqParms += "?branch=" + branch; } if (gVue.$data.baseBranchSelected != null && gVue.$data.baseBranchSelected != "" && typeof gVue.$data.baseBranchSelected !== 'undefined' && gVue.$data.baseBranchSelected != 'All branches') { curReqParms += "?baseBranch=" + gVue.$data.baseBranchSelected; } return curReqParms; } function loadDataFromServer(silent) { g_Loading = true; if (!silent) $("#loadStatus").html("⌛ Please wait"); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -