Skip to content
Snippets Groups Projects
Commit eda0e7a7 authored by Phil Ringnalda's avatar Phil Ringnalda
Browse files

Bug 668849 - Double the workaround timeout to wait longer for spellcheck to finish

parent 62d2079e
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ function selectText() {
var t2 = document.getElementById('t2');
addRange(t2.firstChild);
document.body.offsetHeight;
setTimeout(function(){document.documentElement.removeAttribute('class')},1000);
setTimeout(function(){document.documentElement.removeAttribute('class')},2000);
}
</script>
</head><body onload="selectText();">
......
......@@ -87,7 +87,7 @@ function selectText() {
addRange(divs[i]);
}
document.body.offsetHeight;
setTimeout(function(){document.documentElement.removeAttribute('class')},1000);
setTimeout(function(){document.documentElement.removeAttribute('class')},2000);
}
</script>
</head><body onload="selectText();">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment