From 6bcc72ff835054bf449d7ece9b845942e2d43657 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 12 Dec 2017 14:45:25 +0100 Subject: [PATCH] Fix pads using an old URL --- www/common/sframe-common-outer.js | 1 + 1 file changed, 1 insertion(+) 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(); }