mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
possible workaround for xmlhttp stucking on safari (2)
This commit is contained in:
+2
-1
@@ -209,7 +209,8 @@ function view(id, feed_id, skip_history) {
|
|||||||
debug("<b>xmlhttp seems to be stuck at view, aborting</b>");
|
debug("<b>xmlhttp seems to be stuck at view, aborting</b>");
|
||||||
xmlhttp.abort();
|
xmlhttp.abort();
|
||||||
if (is_safari()) {
|
if (is_safari()) {
|
||||||
xmlhttp_ctr = Ajax.getTransport();
|
debug("trying alternative reset method for Safari");
|
||||||
|
xmlhttp = Ajax.getTransport();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user