[SSE mobile] fix bug 33844
This commit is contained in:
parent
35b1e3c4fc
commit
42230b339a
|
@ -650,9 +650,6 @@ define([
|
|||
|
||||
me.appOptions.canBranding = (licType!==Asc.c_oLicenseResult.Error) && (typeof me.editorConfig.customization == 'object');
|
||||
me.appOptions.canBrandingExt = params.asc_getCanBranding() && (typeof me.editorConfig.customization == 'object');
|
||||
|
||||
params.asc_getTrial() && me.headerView.setDeveloperMode(true);
|
||||
me.appOptions.canRename && me.headerView.setCanRename(true);
|
||||
}
|
||||
|
||||
me.appOptions.canRequestEditRights = me.editorConfig.canRequestEditRights;
|
||||
|
|
Loading…
Reference in a new issue