static/js/object/StaTask.js
@@ -7,6 +7,7 @@ that.object = object; that.no = 0; that.isDel = false; that.readyIn = false; that.run = false; that.loaded = 0; @@ -26,11 +27,15 @@ if (!that.position && item) { that.position = item.position; } if (!item) { that.isDel = true; } } init(); that.modify = function (staData) { if (that.no === 0) { if (that.no === 0 && !that.isDel) { return; }