mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 22:45:14 -04:00
Disable hash changes since they break logical browser history.
This commit is contained in:
parent
f34de37913
commit
cdb9157cd1
1 changed files with 1 additions and 1 deletions
|
@ -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 = {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue