Fixed never ending loop when none are ignored
Oops. Opposite issue. :P
This commit is contained in:
parent
8c17d2ff4a
commit
ab6ece0dbc
1 changed files with 2 additions and 3 deletions
|
|
@ -265,9 +265,8 @@ var pdApp = {
|
||||||
pdApp.process.handle.item(data, false);
|
pdApp.process.handle.item(data, false);
|
||||||
},
|
},
|
||||||
next: function (items,edited,ignored) {
|
next: function (items,edited,ignored) {
|
||||||
if (ignored) {
|
pdApp.processInfo.done_individual++;
|
||||||
pdApp.processInfo.after = items[0].data.name;
|
pdApp.processInfo.after = items[0].data.name;
|
||||||
}
|
|
||||||
if (edited === false) {
|
if (edited === false) {
|
||||||
items.shift();
|
items.shift();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue