You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ji...@apache.org on 2015/03/16 13:33:22 UTC

svn commit: r1666980 - /steve/trunk/www/htdocs/steve_interactive.js

Author: jim
Date: Mon Mar 16 12:33:22 2015
New Revision: 1666980

URL: http://svn.apache.org/r1666980
Log:
Labels are lowercase

Modified:
    steve/trunk/www/htdocs/steve_interactive.js

Modified: steve/trunk/www/htdocs/steve_interactive.js
URL: http://svn.apache.org/viewvc/steve/trunk/www/htdocs/steve_interactive.js?rev=1666980&r1=1666979&r2=1666980&view=diff
==============================================================================
--- steve/trunk/www/htdocs/steve_interactive.js (original)
+++ steve/trunk/www/htdocs/steve_interactive.js Mon Mar 16 12:33:22 2015
@@ -20,7 +20,7 @@
 
 var ballotNames = []
 var ballotChars = []
-var chars = chars? chars : ['A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']  // Corresponding STV letters, in same order as nominees
+var chars = chars? chars : ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z']  // Corresponding STV letters, in same order as nominees
 var fading = false
 // Cut away unused chars
 while (chars.length > candidates.length) chars.splice(-1,1)