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";