When proces can't be retrieved printing = false

This commit is contained in:
peteruithoven 2013-08-19 16:52:18 +02:00
parent 62689b007c
commit b13f9f541b
1 changed files with 2 additions and 0 deletions

View File

@ -211,6 +211,8 @@ function Printer() {
if(self.printing) {
console.log("progress: ",data.data.current_line+"/"+data.data.num_lines+" ("+data.data.last_mod+")");
}
} else {
self.printing = false;
}
//console.log(" this.alive: ",self.alive);
$(document).trigger(Printer.UPDATE);