Marius Cramer
2014-08-14 a5e225d6a00fa21f3fb3a77b43b318701377f0e3
Fixes: FS#3073 - Changes on Tab change possibly bug
1 files modified
2 ■■■■■ changed files
interface/web/js/scrigo.js.php 2 ●●●●● patch | view | raw | blame | history
interface/web/js/scrigo.js.php
@@ -438,6 +438,8 @@
}
function changeTab(tab,target,force) {
    if(requestsRunning > 0) return false;
    //document.forms[0].next_tab.value = tab;
    document.pageForm.next_tab.value = tab;