4,656
edits
No edit summary |
No edit summary |
||
| Line 1,306: | Line 1,306: | ||
function updatePrintSelectionUI() { | function updatePrintSelectionUI() { | ||
var | var activeCount = jQuery("#filters .values button.active").length; | ||
console.log("updatePrintSelectionUI activeCount:", activeCount); | |||
if ( | if (activeCount > 0) { | ||
jQuery("#print-selection-wrapper").show(); | jQuery("#print-selection-wrapper").show(); | ||
} else { | } else { | ||