Bladeren bron

move js for scroller to pageLoad function

CauseFX 5 jaren geleden
bovenliggende
commit
7503b663cb
2 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      js/custom.js
  2. 0 0
      js/custom.min.js

+ 1 - 2
js/custom.js

@@ -5,7 +5,6 @@ var hasCookie = false;
 var loginAttempts = 0;
 var loginAttempts = 0;
 $(document).ajaxComplete(function () {
 $(document).ajaxComplete(function () {
     pageLoad();
     pageLoad();
-    new SimpleBar($('#page-wrapper')[0]);
 });
 });
 $(document).ready(function () {
 $(document).ready(function () {
     pageLoad();
     pageLoad();
@@ -144,7 +143,7 @@ function pageLoad(){
         }
         }
         myLazyLoad.update();
         myLazyLoad.update();
     });
     });
-
+	new SimpleBar($('#page-wrapper')[0]);
 
 
     /* ===== Tooltip Initialization ===== */
     /* ===== Tooltip Initialization ===== */
 
 

File diff suppressed because it is too large
+ 0 - 0
js/custom.min.js


Some files were not shown because too many files changed in this diff