1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 08:25:54 +00:00

magpie: do some scrubbing on rss before parsing (patch from zoop@forums)

This commit is contained in:
Andrew Dolgov
2007-08-12 10:43:08 +01:00
parent 1efaefda1f
commit 68a89c301e
2 changed files with 32 additions and 2 deletions

View File

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