From 1dc47c41ab4b41654f5b796a27c0add07655afa4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 11 Aug 2007 05:14:27 +0100 Subject: make infobox dialog draggable --- functions.js | 3 +++ 1 file changed, 3 insertions(+) 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"; -- cgit v1.2.3