Skip to content

Commit 6e2cd4d

Browse files
author
madalingorbanescu
committed
Replace load with on load
1 parent c8c86bc commit 6e2cd4d

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

components/hero/js/metaboxes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}, 1000);
9292
});
9393

94-
$(window).load(function () {
94+
$(window).on('load', function () {
9595

9696
setTimeout(hero_toggleSlidesOptionsDisplay, 300 );
9797
setTimeout(hero_featuredProjectsHelperIds, 300 );

package-lock.json

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)