From aa8ac65e9e5c46561411148bffac0999b96ca712 Mon Sep 17 00:00:00 2001 From: vczero Date: Thu, 23 Apr 2015 10:56:50 +0800 Subject: [PATCH] del click event --- num_key/keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/num_key/keyboard.js b/num_key/keyboard.js index 092de9d..b230600 100644 --- a/num_key/keyboard.js +++ b/num_key/keyboard.js @@ -70,7 +70,7 @@ } } - this.el.onclick = addEvent; + //this.el.onclick = addEvent; this.el.ontouchstart = addEvent; body.appendChild(this.el); }