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:09:45 UTC

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

Author: humbedooh
Date: Tue Feb  9 08:09:45 2016
New Revision: 1729328

URL: http://svn.apache.org/viewvc?rev=1729328&view=rev
Log:
comment this out for now, it breaks the styles

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=1729328&r1=1729327&r2=1729328&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:09:45 2016
@@ -1048,7 +1048,7 @@ function castVoteCallback(code, response
         if (state && state.issue) {
             var yna = document.getElementById('inner_yna_' + state.issue);
             if (yna && !yna.innerHTML.match(/vote received/i)) {
-                yna.innerHTML += " (vote received)"
+                //yna.innerHTML += " (vote received)"
             }
         }
     } else {