mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
Print function for calendar
This commit is contained in:
@@ -983,7 +983,7 @@ etemplate2.prototype.print = function()
|
||||
var deferred = [];
|
||||
|
||||
// Skip hidden etemplates
|
||||
if(!jQuery(this.DOMContainer).filter(':visible').length) return [];
|
||||
if(jQuery(this.DOMContainer).filter(':visible').length === 0) return [];
|
||||
|
||||
// Allow any widget to change for printing
|
||||
this.widgetContainer.iterateOver(function(_widget) {
|
||||
|
Reference in New Issue
Block a user