fixes #32 and other
This commit is contained in:
parent
99372573cb
commit
bc8be798f7
4 changed files with 33 additions and 10 deletions
|
@ -42,7 +42,7 @@
|
|||
var selectedTd;
|
||||
|
||||
*!*
|
||||
table.onclick = function(event) {
|
||||
table.onclick = function(event) {
|
||||
var target = event.target; // где был клик?
|
||||
|
||||
if (target.tagName != 'TD') return; // не на TD? тогда не интересует
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue