4,656
edits
No edit summary |
No edit summary |
||
| Line 1,873: | Line 1,873: | ||
e.preventDefault(); | e.preventDefault(); | ||
var borderPref = jQuery(this).hasClass("print-selection-no-border") | |||
var | |||
? "without" | ? "without" | ||
: "with"; | : "with"; | ||
swHandleBatchPrint(borderPref); | swHandleBatchPrint(borderPref); | ||
} | } | ||
); | ); | ||