mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
closeInfoBox: properly cleanup contents
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user