FS-6702 #resolve

This commit is contained in:
Anthony Minessale
2014-07-29 22:16:56 +05:00
parent af64da86f2
commit 502ddd312a
3 changed files with 19 additions and 1 deletions

View File

@@ -456,6 +456,7 @@ function init() {
$(document).ready(function() {
var hash = window.location.hash.substring(1);
var a = [];
if (hash && hash.indexOf("page-") == -1) {
window.location.hash = "";
@@ -463,6 +464,10 @@ $(document).ready(function() {
autocall = true;
}
if (hash && (a = hash.split("&"))) {
window.location.hash = a[0];
}
init();
});