From f2ac11cbeb49cbccd62da51c31e14a8de1a6d26c Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Sat, 22 Jan 2011 14:26:07 -0500 Subject: [PATCH] Work around CGI/fCGI bug with Webkit browsers. http://www.google.com/search?q=ruby+rails+FAILSAFE+%22frozen+string%22 for more information. --- app/views/common/_sortable_vote.rhtml | 1 + 1 file changed, 1 insertion(+) 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') %> -- 2.30.2