From e1d43bb6b6d27726492e1c2f8bbdfa79450f7e5c Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 21 Jul 2017 11:31:54 +0200 Subject: [PATCH] Collaborative Editor: - Fix toolbar actions are not visible in compact template --- filemanager/js/collab.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filemanager/js/collab.js b/filemanager/js/collab.js index 3a26e66466..bd7cb1fab1 100644 --- a/filemanager/js/collab.js +++ b/filemanager/js/collab.js @@ -67,6 +67,8 @@ app.classes.filemanager = app.classes.filemanager.extend({ { // need to make body rock solid to avoid extra scrollbars jQuery('body').css({overflow:'hidden'}); + // Remove app header to be able to see the toolbar in compact template + jQuery('#divAppboxHeader').remove(); var self = this; jQuery(window).on('unload', function(){self.editor_leaveSession();}); jQuery(window).on('beforeunload', function(){