From 42230b339a91a5b1e38bb97dacac6bb3520dffbe Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Fri, 27 Jan 2017 18:37:28 +0300 Subject: [PATCH] [SSE mobile] fix bug 33844 --- apps/spreadsheeteditor/mobile/app/controller/Main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/spreadsheeteditor/mobile/app/controller/Main.js b/apps/spreadsheeteditor/mobile/app/controller/Main.js index 25c6e2e8b..ecbd09ffc 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/Main.js +++ b/apps/spreadsheeteditor/mobile/app/controller/Main.js @@ -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;