diff --git a/scripts/bundled-uncompressed/html5/jquery.history.js b/scripts/bundled-uncompressed/html5/jquery.history.js index 48a7f5ca..76ba80fc 100644 --- a/scripts/bundled-uncompressed/html5/jquery.history.js +++ b/scripts/bundled-uncompressed/html5/jquery.history.js @@ -1762,6 +1762,7 @@ * Refresh the Current State */ History.onPopState = function(event,extra){ + if (History.getLocationHref().indexOf("#")!==-1) return; // Prepare var stateId = false, newState = false, currentHash, currentState;