added number of passes reset on print start

This commit is contained in:
make-ing 2016-03-18 13:33:57 +01:00
parent a1d9d2ea7b
commit 4da0c3dbe0

View file

@ -217,7 +217,8 @@ $(function() {
$("#confirmation_dialog .confirmation_dialog_acknowledge").click(
function (e) {
if (typeof callback === 'function') {
self.onEventPrintDone();
self.resetOverrideSlider();
self.numberOfPasses(1);
callback(e);
$("#confirmation_dialog").modal("hide");
$("#confirmation_dialog .confirmation_dialog_message").html('');