Skip to content

Instantly share code, notes, and snippets.

@ktopping
Created May 22, 2012 11:30
Show Gist options
  • Save ktopping/2768479 to your computer and use it in GitHub Desktop.
Save ktopping/2768479 to your computer and use it in GitHub Desktop.
patch
--- a/jquery.flips.js
+++ b/jquery.flips.js
@@ -140,7 +140,7 @@
if( this.History.getState().url.queryStringToJSON().page !== page ) {
- this.History.pushState( null, null, '?page=' + page );
+ // this.History.pushState( null, null, '?page=' + page );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment