Fix missing button to enable cba

This commit is contained in:
yflory 2020-04-17 15:56:17 +02:00
parent 283f739be5
commit d27dc768f3
2 changed files with 2 additions and 0 deletions

View file

@ -1007,6 +1007,7 @@ define([
SecureModal.$iframe.hide();
};
config.data = {
app: parsed.type,
hashes: hashes,
password: password,
isTemplate: isTemplate

View file

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