Commit 66f57a381d73aaae364e4088a480abc3dfdb78ba

Authored by Georg Hopp
1 parent 5a966fc3

Fix list of done tasks

Showing 1 changed file with 1 additions and 1 deletions
@@ -72,7 +72,7 @@ function pendinguuids() { @@ -72,7 +72,7 @@ function pendinguuids() {
72 } 72 }
73 73
74 function doneuuids() { 74 function doneuuids() {
75 - taskuuids +DONE $@ 75 + taskuuids +COMPLETED $@
76 } 76 }
77 77
78 function blockeduuids() { 78 function blockeduuids() {
Please register or login to post a comment