summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-20 08:33:01 +0100
committerAndrew Dolgov <[email protected]>2007-08-20 08:33:01 +0100
commitdb0a1e874bd88ab45bb8c6b318fbc7525de889de (patch)
treea0e0f57d70e5abf2c20f49a9d0f2b797463644b4 /functions.js
parent11f083e73b0543bb5fb5f1dfa85ca00bbb374505 (diff)
infobox: disable draggable
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.js b/functions.js
index b9becec50..23cdecf75 100644
--- a/functions.js
+++ b/functions.js
@@ -1548,9 +1548,9 @@ function infobox_callback() {
var shadow = document.getElementById('infoBoxShadow');
if (box) {
- if (!is_safari()) {
+/* if (!is_safari()) {
new Draggable(shadow);
- }
+ } */
box.innerHTML=xmlhttp.responseText;
if (shadow) {