From ba56ef921c2b484d57c93c7b1fb577f9783aa241 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Thu, 17 Nov 2016 16:01:54 +0300 Subject: [PATCH] [embed] debug of start config --- apps/documenteditor/embed/js/ApplicationController.js | 2 +- apps/presentationeditor/embed/js/ApplicationController.js | 2 +- apps/spreadsheeteditor/embed/js/ApplicationController.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/embed/js/ApplicationController.js b/apps/documenteditor/embed/js/ApplicationController.js index 7c94b5df2..8c8a42cc2 100644 --- a/apps/documenteditor/embed/js/ApplicationController.js +++ b/apps/documenteditor/embed/js/ApplicationController.js @@ -216,7 +216,7 @@ var ApplicationController = new(function(){ $('#idt-embed').hide(); if ( !embedConfig.fullscreenUrl ) - $('#idt-fullscr').hide(); + $('#idt-fullscreen').hide(); common.controller.modals.attach({ share: '#idt-share', diff --git a/apps/presentationeditor/embed/js/ApplicationController.js b/apps/presentationeditor/embed/js/ApplicationController.js index ea753a397..171bb91f6 100644 --- a/apps/presentationeditor/embed/js/ApplicationController.js +++ b/apps/presentationeditor/embed/js/ApplicationController.js @@ -225,7 +225,7 @@ var ApplicationController = new(function(){ $('#idt-embed').hide(); if ( !embedConfig.fullscreenUrl ) - $('#idt-fullscr').hide(); + $('#idt-fullscreen').hide(); common.controller.modals.attach({ share: '#idt-share', diff --git a/apps/spreadsheeteditor/embed/js/ApplicationController.js b/apps/spreadsheeteditor/embed/js/ApplicationController.js index fcf0f0ebe..b7636460d 100644 --- a/apps/spreadsheeteditor/embed/js/ApplicationController.js +++ b/apps/spreadsheeteditor/embed/js/ApplicationController.js @@ -173,7 +173,7 @@ var ApplicationController = new(function(){ $('#idt-embed').hide(); if ( !embedConfig.fullscreenUrl ) - $('#idt-fullscr').hide(); + $('#idt-fullscreen').hide(); common.controller.modals.attach({ share: '#idt-share',