Browse Source

Fix missing button to enable cba

master
yflory 9 months ago
parent
commit
d27dc768f3
2 changed files with 2 additions and 0 deletions
  1. 1
      www/common/sframe-common-outer.js
  2. 1
      www/secureiframe/main.js

1
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

1
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,

Loading…
Cancel
Save