summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index 087a1364f..220c56bbe 100644
--- a/functions.js
+++ b/functions.js
@@ -1516,6 +1516,9 @@ function infobox_callback() {
var box = document.getElementById('infoBox');
var shadow = document.getElementById('infoBoxShadow');
if (box) {
+
+ new Draggable(shadow);
+
box.innerHTML=xmlhttp.responseText;
if (shadow) {
shadow.style.display = "block";