mirror of https://github.com/ColorlibHQ/gentelella
Update depreciated .load() function
parent
c61b0c7663
commit
c00d31effa
|
@ -240,7 +240,7 @@ if (typeof NProgress != 'undefined') {
|
|||
NProgress.start();
|
||||
});
|
||||
|
||||
$(window).load(function () {
|
||||
$(window).on('load',function() {
|
||||
NProgress.done();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue