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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user