Collaborative Editor:

- Fix toolbar actions are not visible in compact template
This commit is contained in:
Hadi Nategh 2017-07-21 11:31:54 +02:00
parent 65eb26d7ea
commit e1d43bb6b6

View File

@ -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(){