Browse Source

Feedback while loading

Vijayakrishnan 5 years ago
parent
commit
44bc0ac0de
1 changed files with 2 additions and 0 deletions
  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]);
     }