Fixed not bing able to follow same inner links twice with history:false
@@ -4296,8 +4296,13 @@
else if( config.hash ) {
window.history.replaceState(null, null, '#' + locationHash());
}
+ else {
+ window.location.hash = '';
+ }
+
/**
* Retrieves the h/v location and fragment of the current,