set correct hash even if browser does not implement replaceState
This commit is contained in:
@@ -585,7 +585,7 @@ define([
|
||||
|
||||
// set the hash
|
||||
if (!window.location.hash || window.location.hash === '#') {
|
||||
Cryptpad.setHash(editHash);
|
||||
Cryptpad.replaceHash(editHash);
|
||||
}
|
||||
|
||||
Cryptpad.getPadTitle(function (err, title) {
|
||||
|
||||
Reference in New Issue
Block a user