-
-
Save n8/625c218e7ac8b79fdacb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery("#recordings").on("snapback-cache:loaded", function(e, cachedPage) { | |
| // sets the pager to page from the appropriate place | |
| EndlessPage.offset = cachedPage.nextPageOffset | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment