Skip to content

Instantly share code, notes, and snippets.

@n8
Last active April 3, 2016 07:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n8/96475a20b36e87973671 to your computer and use it in GitHub Desktop.
Save n8/96475a20b36e87973671 to your computer and use it in GitHub Desktop.
var snapbackCache = SnapbackCache({
bodySelector: "#recordings"
});
jQuery(document).on("click", "body#recordings a", function (e) {
snapbackCache.cachePage();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment