mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 10:28:31 +02:00
Api - Don't print the show/hide sidemenu button
This commit is contained in:
@ -1223,6 +1223,7 @@ function egw_fw_ui_toggleSidebar (_contentDiv, _toggleCallback, _callbackContext
|
|||||||
this.toggleCallback = _toggleCallback;
|
this.toggleCallback = _toggleCallback;
|
||||||
this.toggleDiv = jQuery(document.createElement('div'))
|
this.toggleDiv = jQuery(document.createElement('div'))
|
||||||
.attr({id:"egw_fw_toggler"})
|
.attr({id:"egw_fw_toggler"})
|
||||||
|
.addClass('noPrint')
|
||||||
.click(function(){
|
.click(function(){
|
||||||
self.onToggle(_callbackContext);
|
self.onToggle(_callbackContext);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user