forked from extern/egroupware
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
|
// need to make body rock solid to avoid extra scrollbars
|
||||||
jQuery('body').css({overflow:'hidden'});
|
jQuery('body').css({overflow:'hidden'});
|
||||||
|
// Remove app header to be able to see the toolbar in compact template
|
||||||
|
jQuery('#divAppboxHeader').remove();
|
||||||
var self = this;
|
var self = this;
|
||||||
jQuery(window).on('unload', function(){self.editor_leaveSession();});
|
jQuery(window).on('unload', function(){self.editor_leaveSession();});
|
||||||
jQuery(window).on('beforeunload', function(){
|
jQuery(window).on('beforeunload', function(){
|
||||||
|
Loading…
Reference in New Issue
Block a user