summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 8a370d6b8..f704c673e 100644
--- a/functions.js
+++ b/functions.js
@@ -1541,7 +1541,9 @@ function infobox_callback() {
var shadow = document.getElementById('infoBoxShadow');
if (box) {
- new Draggable(shadow);
+ if (!is_safari()) {
+ new Draggable(shadow);
+ }
box.innerHTML=xmlhttp.responseText;
if (shadow) {