Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Commit

Permalink
Resume load should also trigger fullpageload
Browse files Browse the repository at this point in the history
  • Loading branch information
timdream committed Apr 28, 2012
1 parent ee7742c commit 5321a33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions assets/script.js
Expand Up @@ -172,6 +172,7 @@ jQuery(function ($) {
},
_resumeLoad: function () {
$(window).trigger('resumepageload');
$(window).trigger('fullpageload');
},
_fullLoad: function() {
$(window).trigger('fullpageload');
Expand Down
8 changes: 4 additions & 4 deletions assets/script.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5321a33

Please sign in to comment.