summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-11 05:14:27 +0100
committerAndrew Dolgov <[email protected]>2007-08-11 05:14:27 +0100
commit1dc47c41ab4b41654f5b796a27c0add07655afa4 (patch)
tree54c7fb774da2b12fa3f9ac583a1043832b16b9b7 /functions.js
parent71d32241754abb3df55cf8bbfa31de132560f166 (diff)
make infobox dialog draggable
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";