Skip to content

Commit

Permalink
fixed jq3 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcmoritz committed Jul 31, 2019
1 parent bda049d commit d542bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scrollimate.js
Expand Up @@ -482,7 +482,7 @@ var scrollimate = (function( window, $ ){
}, 100);
}

$(window).load(function(){
$(window).on('load', function(){
_saTabsHashChangeFunct();
});

Expand Down

0 comments on commit d542bd9

Please sign in to comment.