diff options
Diffstat (limited to 'web/app.js')
| -rw-r--r-- | web/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -171,6 +171,7 @@ function createTaskCard(task) { }); footer.appendChild(btn); } else if (task.state === 'READY') { + renderSubtaskRollup(task.id, footer); const acceptBtn = document.createElement('button'); acceptBtn.className = 'btn-accept'; acceptBtn.textContent = 'Accept'; |
