Fix pads using an old URL

pull/1/head
yflory 2017-12-12 14:45:25 +01:00
parent a863011a0c
commit 6bcc72ff83
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ define([
if (!secret.keys) {
isNewHash = false;
secret.keys = secret.key;
readOnly = false;
}
var parsed = Utils.Hash.parsePadUrl(window.location.href);
if (!parsed.type) { throw new Error(); }