From: C. Scott Ananian Date: Sat, 22 Jan 2011 19:26:07 +0000 (-0500) Subject: Work around CGI/fCGI bug with Webkit browsers. X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/f2ac11cbeb49cbccd62da51c31e14a8de1a6d26c?ds=sidebyside Work around CGI/fCGI bug with Webkit browsers. http://www.google.com/search?q=ruby+rails+FAILSAFE+%22frozen+string%22 for more information. --- diff --git a/app/views/common/_sortable_vote.rhtml b/app/views/common/_sortable_vote.rhtml index 0fe6ad1..75bb22f 100644 --- a/app/views/common/_sortable_vote.rhtml +++ b/app/views/common/_sortable_vote.rhtml @@ -11,5 +11,6 @@ <%= sortable_element 'rankings-list', :url => { :action => "sort_candidates", :id => @voter.vote.id }, + :method => "get", :complete => visual_effect(:highlight, 'rankings-list') %>