Ver código fonte

:Merge branch 'sleep-apnea-intake' of https://rav.triplestart.com/jmudaka/stagfe2 into sleep-apnea-intake

Peter Muturi 2 anos atrás
pai
commit
4511be6b15
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      resources/views/layouts/ic.blade.php

+ 2 - 1
resources/views/layouts/ic.blade.php

@@ -198,9 +198,10 @@
             });
             return false;
         }
-        function closeStagPopup() {
+        function closeStagPopup(callback) {
             $('.stag-popup').removeClass('show');
             $('html, body').removeClass('no-scroll');
+            callback && callback();
             return false;
         }
         (function() {