From db0a1e874bd88ab45bb8c6b318fbc7525de889de Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 Aug 2007 08:33:01 +0100 Subject: [PATCH] infobox: disable draggable --- functions.js | 4 ++-- 1 file 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) {