mirror of
https://github.com/trebonian/visual6502.git
synced 2025-04-11 05:37:04 +00:00
[bug]older firefox likes childNodes
This commit is contained in:
parent
455949ceca
commit
1843c17ce9
@ -86,6 +86,6 @@ function unselectCell(){
|
||||
function cellEl(n){
|
||||
var r = n>>4;
|
||||
var c = n%16;
|
||||
var e = table.children[r].children[c+1];
|
||||
var e = table.childNodes[r].childNodes[c+1];
|
||||
return e;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user