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',