4,656
edits
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1,889: | Line 1,889: | ||
// 👇 allow UI to update before heavy print logic | // 👇 allow UI to update before heavy print logic | ||
setTimeout(function () { | setTimeout(function () { | ||
swHandleBatchPrint(borderPref); | |||
$btn.text(originalText); | |||
$btn.prop("disabled", false); | |||
}, 150); | |||
}, | |||
} | } | ||
); | ); | ||