[SSE mobile] fix bug 33844

This commit is contained in:
Maxim Kadushkin 2017-01-27 18:37:28 +03:00
parent 35b1e3c4fc
commit 42230b339a

View file

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