Disable hash changes since they break logical browser history.

This commit is contained in:
Lars Jung 2012-03-24 21:39:00 +01:00
parent f34de37913
commit cdb9157cd1

View file

@ -22,7 +22,7 @@
} }
}); });
hashStr = '#!' + hashStr; hashStr = '#!' + hashStr;
window.location.hash = hashStr; // window.location.hash = hashStr;
return hashStr; return hashStr;
} else { } else {
var result = {}, var result = {},