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