Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
Caleb James DeLisle 2017-12-12 14:50:23 +01:00
commit e8a0b4784d
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(); }