Vijayakrishnan 5 лет назад
Родитель
Сommit
44bc0ac0de
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      public/js/mc.js

+ 2 - 0
public/js/mc.js

@@ -161,7 +161,9 @@ function fastLoad(_href, _history = true, _useCache = true) {
             console.warn('Target page not found: ' + _href);
             window.location.href = _href; // fallback
         }
+        hideMask();
     }
+    showMask();
     if(_useCache && !!fastCache[_href]) {
         onData(fastCache[_href]);
     }