Skip to content

Commit

Permalink
not
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Jun 5, 2011
1 parent 7011b9e commit 6914d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.pjax.js
Expand Up @@ -216,7 +216,7 @@ $.support.pjax = window.history && window.history.pushState


// Fall back to normalcy for older browsers.
if ( $.support.pjax ) {
if ( !$.support.pjax ) {
$.pjax = function( options ) {
window.location = $.isFunction(options.url) ? options.url() : options.url
}
Expand Down

0 comments on commit 6914d66

Please sign in to comment.