ignite-tc-helper-web/src/main/webapp/board/index.html [208:243]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - g_Loading = false; }, error: function (jqXHR, exception) { g_Loading = false; showErrInLoadStatus(jqXHR, exception); } }); } function loadData() { loadDataFromServer(false); } function validateVersionsConsistency() { $.ajax({ url: "/rest/branches/version", success: function (result) { if (g_TcBotVersion == null) g_TcBotVersion = result.version; else if (g_TcBotVersion !== result.version) window.location.reload(true); }, error: showErrInLoadStatus }); } function loadDataSilent() { if(g_Loading) return; try { loadDataFromServer(true); validateVersionsConsistency(); } catch (e) { console.log(e); } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ignite-tc-helper-web/src/main/webapp/mutedissues/index.html [194:229]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - g_Loading = false; }, error: function (jqXHR, exception) { g_Loading = false; showErrInLoadStatus(jqXHR, exception); } }); } function loadData() { loadDataFromServer(false); } function validateVersionsConsistency() { $.ajax({ url: "/rest/branches/version", success: function (result) { if (g_TcBotVersion == null) g_TcBotVersion = result.version; else if (g_TcBotVersion !== result.version) window.location.reload(true); }, error: showErrInLoadStatus }); } function loadDataSilent() { if(g_Loading) return; try { loadDataFromServer(true); validateVersionsConsistency(); } catch (e) { console.log(e); } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -