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); }