Api - Don't print the show/hide sidemenu button

This commit is contained in:
nathangray 2019-07-26 13:44:31 -06:00
parent 4432e461a0
commit be2e632a9d

View File

@ -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);
});