1
0
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:
Andrew Dolgov
2007-06-07 11:44:34 +01:00
parent 848d0623bf
commit 8622758381

View File

@@ -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();
}
}