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/09 09:26:48 UTC

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

Author: humbedooh
Date: Tue Feb  9 08:26:48 2016
New Revision: 1729332

URL: http://svn.apache.org/viewvc?rev=1729332&view=rev
Log:
append inner to outer

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=1729332&r1=1729331&r2=1729332&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_rest.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_rest.js Tue Feb  9 08:26:48 2016
@@ -1081,6 +1081,7 @@ function renderElectionBulk(response, el
         inner.appendChild(no)
         inner.appendChild(abstain)
         inner.appendChild(yes)
+        outer.appendChild(inner)
         outer.style.animation = "fadein " + (0.5 +  (s/6)) + "s"
         issueList.appendChild(outer)
     }