removing old update

git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@97 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
master
andrew 2008-01-20 01:33:18 +00:00
parent be9f6a4915
commit fba00af90d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<%= form_remote_tag :url => discussions_path,
:update => { :success => 'comments', :failure => 'comment_errors' },
:position => 'bottom',
:loading => "Element.show('spinner'); Element.hide('preview')",
:loading => "Element.show('spinner');",
:complete => "Element.hide('spinner'); $('discussion_form').elements['discussion_text'].value = ''; new Effect.Highlight('comments', {duration:0.75})",
:html => { :id => 'discussion_form', :class => 'discussions' } %>
<%= hidden_field_tag 'discussion[page_id]', @page.id %>