From d27dc768f31e97bcf1c88f56127a2b54a857d542 Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 17 Apr 2020 15:56:17 +0200 Subject: [PATCH] Fix missing button to enable cba --- www/common/sframe-common-outer.js | 1 + www/secureiframe/main.js | 1 + 2 files changed, 2 insertions(+) diff --git a/www/common/sframe-common-outer.js b/www/common/sframe-common-outer.js index 0971300b6..0e87439b5 100644 --- a/www/common/sframe-common-outer.js +++ b/www/common/sframe-common-outer.js @@ -1007,6 +1007,7 @@ define([ SecureModal.$iframe.hide(); }; config.data = { + app: parsed.type, hashes: hashes, password: password, isTemplate: isTemplate diff --git a/www/secureiframe/main.js b/www/secureiframe/main.js index ced68bbc6..330356135 100644 --- a/www/secureiframe/main.js +++ b/www/secureiframe/main.js @@ -88,6 +88,7 @@ define([ }).nThen(function (/*waitFor*/) { metaObj.doc = {}; var additionalPriv = { + app: config.data.app, fileHost: ApiConfig.fileHost, loggedIn: Utils.LocalStore.isLoggedIn(), origin: window.location.origin,