mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-21 16:36:08 +01:00
Remove trailing whitespace and tabs
This commit is contained in:
parent
863d780ad0
commit
aa41e20e46
84 changed files with 407 additions and 407 deletions
|
|
@ -4,7 +4,7 @@
|
|||
selector_project = "div##{dom_id(@project)}"
|
||||
selector_project = "div.project-edit-current " + selector_project unless @source_view=="project"
|
||||
object_name = unique_object_name_for("edit_project_#{@project.id}")
|
||||
-%>
|
||||
-%>
|
||||
var <%=object_name%> = {
|
||||
animate: function() {
|
||||
<%=object_name%>.replace_project_with_edit_form();
|
||||
|
|
@ -28,4 +28,4 @@ var <%=object_name%> = {
|
|||
}
|
||||
}
|
||||
|
||||
<%=object_name%>.animate();
|
||||
<%=object_name%>.animate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue