mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-01 10:30:15 +01:00
add some more cucumber scenarios
This commit is contained in:
parent
64069ba52a
commit
b68fa2a6ae
5 changed files with 122 additions and 23 deletions
|
|
@ -65,6 +65,9 @@ function add_todo_to_context(next_steps) {
|
|||
$("#<%= empty_container_msg_div_id(@todo) %>").slideUp(100);
|
||||
highlight_updated_todo(next_steps);
|
||||
<% end -%>
|
||||
<% if @completed_count == 0 -%>
|
||||
$("#empty-d").slideDown(100);
|
||||
<% end -%>
|
||||
}
|
||||
|
||||
function add_new_recurring_todo(next_steps) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue