From 68a89c301e26d2109a57f9438c186cc84b8a758d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Aug 2007 10:43:08 +0100 Subject: magpie: do some scrubbing on rss before parsing (patch from zoop@forums) --- functions.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'functions.js') 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) { -- cgit v1.2.3