mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Unfortunately double clearTimeout crashes ELinks.
This commit is contained in:
parent
959d94b71c
commit
91a61d15a7
@ -14,6 +14,7 @@ function scroll() {
|
||||
//window.alert(t);
|
||||
document.title = t;
|
||||
clearTimeout(b);
|
||||
clearTimeout(b);
|
||||
b = window.setTimeout("scroll()", 100);
|
||||
}
|
||||
b = window.setTimeout("scroll()", 100);
|
||||
|
Loading…
Reference in New Issue
Block a user