From 02335f6ef61172ea1904870bf2fc1d396eaa4917 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Tue, 5 Mar 2013 11:09:15 +0100 Subject: [PATCH] added comment --- openlp/core/lib/htmlbuilder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index 16ef12547..db5a6cd77 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -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); }