mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 18:40:17 +02:00
Disable hash changes since they break logical browser history.
This commit is contained in:
@@ -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 = {},
|
||||||
|
Reference in New Issue
Block a user