mirror of https://github.com/openXC7/prjxray.git
Fix JS code in htmlgen.py
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
b510c6b96a
commit
ac532961df
|
|
@ -305,7 +305,7 @@ function ome(bit) {
|
||||||
if (!(b in highlight_cache)) {
|
if (!(b in highlight_cache)) {
|
||||||
el = document.getElementById("bit" + b);
|
el = document.getElementById("bit" + b);
|
||||||
highlight_cache[b] = el.bgColor;
|
highlight_cache[b] = el.bgColor;
|
||||||
el.bgColor = "#ffffff"
|
el.bgColor = "#ffffff";
|
||||||
highlight_bits.push(b);
|
highlight_bits.push(b);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue