From 57d2187aa885c18420acd8102f878c58e569fbdd Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 6 Dec 2009 09:45:22 +0100 Subject: [PATCH] Fix broken merge. --- app/views/todos/_todo.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb index bb40beff..85ee76e7 100644 --- a/app/views/todos/_todo.html.erb +++ b/app/views/todos/_todo.html.erb @@ -45,4 +45,3 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag' <% end -%> -<%= apply_behaviour ".date_clear:click","var selector_x = this.getAttribute('id').replace('_x', ''); $(selector_x).value='';" %>