diff --git a/www/common/sframe-common-outer.js b/www/common/sframe-common-outer.js index a5ad06e03..fc132b8cb 100644 --- a/www/common/sframe-common-outer.js +++ b/www/common/sframe-common-outer.js @@ -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(); }