mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Collaborative Editor:
- Fix toolbar actions are not visible in compact template
This commit is contained in:
parent
65eb26d7ea
commit
e1d43bb6b6
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user