From a5e225d6a00fa21f3fb3a77b43b318701377f0e3 Mon Sep 17 00:00:00 2001 From: Marius Cramer Date: Thu, 14 Aug 2014 09:23:09 +0200 Subject: [PATCH] Fixes: FS#3073 - Changes on Tab change possibly bug --- interface/web/js/scrigo.js.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/web/js/scrigo.js.php b/interface/web/js/scrigo.js.php index 85a321c55..229c721be 100644 --- a/interface/web/js/scrigo.js.php +++ b/interface/web/js/scrigo.js.php @@ -438,6 +438,8 @@ function loadMenus() { } function changeTab(tab,target,force) { + if(requestsRunning > 0) return false; + //document.forms[0].next_tab.value = tab; document.pageForm.next_tab.value = tab; -- GitLab