Download:
child 13:ce5b6e9b69b2
parent 11:84505e73e061
12:2c9942109f13
Anton Shestakov <engored@ya.ru>, Fri, 28 Dec 2012 01:51:06 +0900
Update project progress on tasks reset, of course.

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
static/js/framework/views/projects.js file | annotate | diff | comparison | revisions
--- a/static/js/framework/views/projects.js Fri Dec 28 01:43:34 2012 +0900
+++ b/static/js/framework/views/projects.js Fri Dec 28 01:51:06 2012 +0900
@@ -88,7 +88,7 @@
this.updateProgress(project);
}, this);
- project.tasks.on('add remove change:done', function() {
+ project.tasks.on('add remove change:done reset', function() {
this.updateProgress(project);
}, this);