提交 c00d31ef 编写于 作者: N Nickson Yap 提交者: GitHub

Update depreciated .load() function

上级 c61b0c76
...@@ -240,7 +240,7 @@ if (typeof NProgress != 'undefined') { ...@@ -240,7 +240,7 @@ if (typeof NProgress != 'undefined') {
NProgress.start(); NProgress.start();
}); });
$(window).load(function () { $(window).on('load',function() {
NProgress.done(); NProgress.done();
}); });
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册