mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
This commit is contained in:
@@ -282,7 +282,9 @@ $(document).ready(function() {
|
||||
if (window.location.pathname === this.pathname && this.hash.length) {
|
||||
window.location.hash = this.hash;
|
||||
} else {
|
||||
window.location.hash = '';
|
||||
if (window.location.hash) {
|
||||
window.location.hash = '';
|
||||
}
|
||||
if (ajaxify.go(pathname)) {
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user