#1411 also fails on project list page, so fix that too

This commit is contained in:
Reinier Balt 2013-04-19 15:26:34 +02:00
parent 549aa35e61
commit d732779e14

View file

@ -1,6 +1,5 @@
remove_deleted_project();
ProjectListPage.update_all_states_count(<%=@active_projects_count%>, <%=@hidden_projects_count%>, <%=@completed_projects_count%>)
ProjectListPage.show_or_hide_all_state_containers(<%= @show_active_projects %>, <%= @show_hidden_projects %>, <%= @show_completed_projects %>);
TracksPages.page_notify('notice', "Deleted project '<%= @project.name%>'", 5);
TracksPages.set_page_badge(<%=@down_count%>);