added comment

This commit is contained in:
Andreas Preikschat 2013-03-05 11:09:15 +01:00
parent 31abd72474
commit 02335f6ef6
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ sup {
*/
text.innerHTML = new_text;
text.style.opacity = '1';
// Wait until the text is completely visible.
window.setTimeout(function(){timer = null;}, 400);
}