summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-12 10:43:08 +0100
committerAndrew Dolgov <[email protected]>2007-08-12 10:43:08 +0100
commit68a89c301e26d2109a57f9438c186cc84b8a758d (patch)
tree2155e2ad84f1b04414a97e741c200d6acf60eff0 /functions.js
parent1efaefda1fa9eee274898499817a4001c0f2c3c2 (diff)
magpie: do some scrubbing on rss before parsing (patch from zoop@forums)
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) {