diff --git a/src/js/custom.js b/src/js/custom.js index 852fb2eee1ced114ae1ace01681f6314750c0979..95a76034427ea1f340bb136b323767aaf1c0ac62 100644 --- a/src/js/custom.js +++ b/src/js/custom.js @@ -240,7 +240,7 @@ if (typeof NProgress != 'undefined') { NProgress.start(); }); - $(window).load(function () { + $(window).on('load',function() { NProgress.done(); }); }