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) {