You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2016/02/08 09:15:54 UTC

svn commit: r1729089 - /steve/trunk/pysteve/www/htdocs/js/steve_rest.js

Author: humbedooh
Date: Mon Feb  8 08:15:54 2016
New Revision: 1729089

URL: http://svn.apache.org/viewvc?rev=1729089&view=rev
Log:
oops

Modified:
    steve/trunk/pysteve/www/htdocs/js/steve_rest.js

Modified: steve/trunk/pysteve/www/htdocs/js/steve_rest.js
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/js/steve_rest.js?rev=1729089&r1=1729088&r2=1729089&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_rest.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_rest.js Mon Feb  8 08:15:54 2016
@@ -861,7 +861,7 @@ function renderElectionFrontpage(respons
             a = ' ' + a
         }
         a = a.replace(/\s/g, " ")
-        inner.innerHTML = a + issue.id + ": " + issue.title;
+        inner.innerHTML = a + ": " + issue.title;
         outer.appendChild(no)
         outer.appendChild(inner)
         outer.setAttribute("onclick", "location.href='ballot_" + (issue.category ? issue.category : issue.type.match(/([a-z]+)/)[0]) + ".html?" + el[0] + "/" + issue.id + "/" + (el[1] ? el[1] : "") + "';")