Fix missing button to enable cba
This commit is contained in:
parent
283f739be5
commit
d27dc768f3
@ -1007,6 +1007,7 @@ define([
|
||||
SecureModal.$iframe.hide();
|
||||
};
|
||||
config.data = {
|
||||
app: parsed.type,
|
||||
hashes: hashes,
|
||||
password: password,
|
||||
isTemplate: isTemplate
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user