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/10 10:58:00 UTC

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

Author: humbedooh
Date: Wed Feb 10 09:58:00 2016
New Revision: 1729568

URL: http://svn.apache.org/viewvc?rev=1729568&view=rev
Log:
try to place the modal better..er

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=1729568&r1=1729567&r2=1729568&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_rest.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_rest.js Wed Feb 10 09:58:00 2016
@@ -987,7 +987,8 @@ function renderElectionBulk(response, el
             popupd.appendChild(popupb)
             popupd.appendChild(popupf)
             
-            document.getElementsByTagName('body')[0].appendChild(popup)
+            //document.getElementsByTagName('body')[0].appendChild(popup)
+            issueList.appendChild(popup)