Skip to content

Commit a5e225d

Browse files
author
Marius Cramer
committed
Fixes: FS#3073 - Changes on Tab change possibly bug
1 parent 12c2a9e commit a5e225d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/web/js/scrigo.js.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ function loadMenus() {
438438
}
439439

440440
function changeTab(tab,target,force) {
441+
if(requestsRunning > 0) return false;
442+
441443
//document.forms[0].next_tab.value = tab;
442444
document.pageForm.next_tab.value = tab;
443445

0 commit comments

Comments
 (0)