mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 00:08:50 +01:00
Remove dead code.
This code is no longer used in the system.
This commit is contained in:
parent
64cf5336c1
commit
6599b11628
1 changed files with 0 additions and 6 deletions
|
|
@ -2,12 +2,6 @@ function html_for_edit_form() {
|
|||
return "<%= escape_javascript(render(:partial => 'project_form', :object => @project)) %>";
|
||||
}
|
||||
|
||||
function remove_edit_form() {
|
||||
$('div#<%= dom_id(@project, 'edit') %>').fadeOut(250, function() {
|
||||
$('div#<%= dom_id(@project) %>').fadeIn(250);
|
||||
});
|
||||
}
|
||||
|
||||
function show_edit_form() {
|
||||
$('div#<%=dom_id(@project, 'edit')%>').html(html_for_edit_form());
|
||||
$('div#<%=dom_id(@project, 'edit')%>').fadeIn(500);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue