Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / app / views / quickvote / _candidate_list.rhtml
old mode 100644 (file)
new mode 100755 (executable)
index 1176e97..f4f1c06
@@ -9,9 +9,10 @@
 <% end %>
 
 <%= form_remote_tag :update => 'candlist',
-                    :url => { :action => 'add_candidate' } %>
+                    :url => { :action => 'add_candidate' },
+                   :complete => "Field.focus('ajax_newcandidate')" %>
 <p>
   <%= text_field "ajax", "newcandidate", :size => 40 %>
-  <%= submit_tag "Add" %>
+  <%= submit_tag "Add(+)" %>
 </p>
 <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?