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 14:23:42 UTC

svn commit: r1729168 - /steve/trunk/pysteve/www/htdocs/js/steve_stv.js

Author: humbedooh
Date: Mon Feb  8 13:23:42 2016
New Revision: 1729168

URL: http://svn.apache.org/viewvc?rev=1729168&view=rev
Log:
hm, try ignoring this test

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

Modified: steve/trunk/pysteve/www/htdocs/js/steve_stv.js
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/js/steve_stv.js?rev=1729168&r1=1729167&r2=1729168&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_stv.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_stv.js Mon Feb  8 13:23:42 2016
@@ -667,7 +667,7 @@ function castVotesCallback(code, respons
 function touchHandler(event) {
     var touch = event.changedTouches[0];
     if (!touch.target || !touch.target.getAttribute || !touch.target.getAttribute("data")) {
-        return
+        //return
     }
     var simEvent = document.createEvent("MouseEvent");
         simEvent.initMouseEvent({