forked from extern/egroupware
Api - Don't print the show/hide sidemenu button
This commit is contained in:
parent
4432e461a0
commit
be2e632a9d
@ -1223,6 +1223,7 @@ function egw_fw_ui_toggleSidebar (_contentDiv, _toggleCallback, _callbackContext
|
||||
this.toggleCallback = _toggleCallback;
|
||||
this.toggleDiv = jQuery(document.createElement('div'))
|
||||
.attr({id:"egw_fw_toggler"})
|
||||
.addClass('noPrint')
|
||||
.click(function(){
|
||||
self.onToggle(_callbackContext);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user