Better visual update point
This commit is contained in:
parent
ab6ece0dbc
commit
56c915fb09
1 changed files with 1 additions and 1 deletions
|
|
@ -266,6 +266,7 @@ var pdApp = {
|
||||||
},
|
},
|
||||||
next: function (items,edited,ignored) {
|
next: function (items,edited,ignored) {
|
||||||
pdApp.processInfo.done_individual++;
|
pdApp.processInfo.done_individual++;
|
||||||
|
pdApp.process.updateDisplay();
|
||||||
pdApp.processInfo.after = items[0].data.name;
|
pdApp.processInfo.after = items[0].data.name;
|
||||||
if (edited === false) {
|
if (edited === false) {
|
||||||
items.shift();
|
items.shift();
|
||||||
|
|
@ -286,7 +287,6 @@ var pdApp = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
item : function (items,edited) {
|
item : function (items,edited) {
|
||||||
pdApp.process.updateDisplay();
|
|
||||||
var settings = pdApp.config.settings,
|
var settings = pdApp.config.settings,
|
||||||
item = items[0];
|
item = items[0];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue