1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

closeInfoBox: properly cleanup contents

This commit is contained in:
Andrew Dolgov
2010-02-03 15:01:33 +03:00
parent a44049f661
commit 55132a454f
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -1266,7 +1266,7 @@ function closeInfoBox(cleanup) {
Element.hide("dialog_overlay");
Element.hide("infoBoxShadow");
if (cleanup) $("infoBoxShadow").innerHTML = " ";
if (cleanup) $("infoBox").innerHTML = " ";
}
} catch (e) {
exception_error("closeInfoBox", e);