mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-15 03:38:08 +01:00
there is no form on the project list page
no need to update anything
This commit is contained in:
parent
ff27f769e9
commit
0b6bc291e0
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ var <%=object_name%> = {
|
||||||
<% end -%>
|
<% end -%>
|
||||||
ProjectListPage.update_all_states_count(<%=@active_projects_count%>, <%=@hidden_projects_count%>, <%=@completed_projects_count%>);
|
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 %>);
|
ProjectListPage.show_or_hide_all_state_containers(<%= @show_active_projects %>, <%= @show_hidden_projects %>, <%= @show_completed_projects %>);
|
||||||
TracksForm.set_project_name_and_default_project_name("<%= escape_javascript(@project.name)%>");
|
|
||||||
$('div.project-edit-current').removeClass('project-edit-current');
|
$('div.project-edit-current').removeClass('project-edit-current');
|
||||||
},
|
},
|
||||||
update_project_page: function() {
|
update_project_page: function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue