summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-02-03 15:01:33 +0300
committerAndrew Dolgov <[email protected]>2010-02-03 15:01:33 +0300
commit55132a454f997aef9fab29ad86e8f7bac6e0a1b6 (patch)
treee33b699157a67baf36b2f1c0e8ce0466a34358c6 /functions.js
parenta44049f6612abf8aa1d3f4d37cf992bc1875df63 (diff)
closeInfoBox: properly cleanup contents
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 5ce714b5d..56b7909d4 100644
--- a/functions.js
+++ b/functions.js
@@ -1266,7 +1266,7 @@ function closeInfoBox(cleanup) {
Element.hide("dialog_overlay");
Element.hide("infoBoxShadow");
- if (cleanup) $("infoBoxShadow").innerHTML = "&nbsp;";
+ if (cleanup) $("infoBox").innerHTML = "&nbsp;";
}
} catch (e) {
exception_error("closeInfoBox", e);