fixes #32 and other

This commit is contained in:
Ilya Kantor 2015-06-19 18:41:06 +03:00
parent 99372573cb
commit bc8be798f7
4 changed files with 33 additions and 10 deletions

View file

@ -42,7 +42,7 @@
var selectedTd;
*!*
table.onclick = function(event) {
table.onclick = function(event) {
var target = event.target; // где был клик?
if (target.tagName != 'TD') return; // не на TD? тогда не интересует