Commit 42230b33 authored by Maxim Kadushkin's avatar Maxim Kadushkin

[SSE mobile] fix bug 33844

parent 35b1e3c4
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment