Fix pads using an old URL
This commit is contained in:
parent
a863011a0c
commit
6bcc72ff83
@ -150,6 +150,7 @@ define([
|
|||||||
if (!secret.keys) {
|
if (!secret.keys) {
|
||||||
isNewHash = false;
|
isNewHash = false;
|
||||||
secret.keys = secret.key;
|
secret.keys = secret.key;
|
||||||
|
readOnly = false;
|
||||||
}
|
}
|
||||||
var parsed = Utils.Hash.parsePadUrl(window.location.href);
|
var parsed = Utils.Hash.parsePadUrl(window.location.href);
|
||||||
if (!parsed.type) { throw new Error(); }
|
if (!parsed.type) { throw new Error(); }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user