mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -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);
|
//window.alert(t);
|
||||||
document.title = t;
|
document.title = t;
|
||||||
clearTimeout(b);
|
clearTimeout(b);
|
||||||
|
clearTimeout(b);
|
||||||
b = window.setTimeout("scroll()", 100);
|
b = window.setTimeout("scroll()", 100);
|
||||||
}
|
}
|
||||||
b = window.setTimeout("scroll()", 100);
|
b = window.setTimeout("scroll()", 100);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user