Skip to content

Commit

Permalink
feat(campaignion_bar): Upgrade to jQuery 3
Browse files Browse the repository at this point in the history
  • Loading branch information
torotil committed Oct 24, 2024
1 parent 48f3606 commit f2f1234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion campaignion_bar/js/campaignion_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

// call window.load (ie. when all images are loaded) to set
// the correct calculated sizes
$(window).load(function () {
$(window).on('load', function () {
setTimeout(Drupal.aeBar.setDimensions, 1);
});
});
Expand Down

0 comments on commit f2f1234

Please sign in to comment.