1
0
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:
Witold Filipczyk 2007-09-22 19:12:08 +02:00 committed by Witold Filipczyk
parent 959d94b71c
commit 91a61d15a7

View File

@ -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);