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:08:34 UTC

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

Author: humbedooh
Date: Mon Feb  8 13:08:34 2016
New Revision: 1729163

URL: http://svn.apache.org/viewvc?rev=1729163&view=rev
Log:
typo

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=1729163&r1=1729162&r2=1729163&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:08:34 2016
@@ -666,7 +666,7 @@ function castVotesCallback(code, respons
 
 function touchHandler(event) {
     var touch = event.changedTouches[0];
-    if (!ev.target || !ev.target.getAttribute("data")) {
+    if (!event.target || !event.target.getAttribute("data")) {
         return
     }
     var simEvent = document.createEvent("MouseEvent");