summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 18264eb63..bef608d3f 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -199,6 +199,9 @@ function view(id, feed_id, skip_history) {
if (!xmlhttp_ready(xmlhttp) && last_article_view < date.getTime() / 1000 - 15) {
debug("<b>xmlhttp seems to be stuck at view, aborting</b>");
xmlhttp.abort();
+ if (is_safari()) {
+ xmlhttp_ctr = Ajax.getTransport();
+ }
}
if (xmlhttp_ready(xmlhttp)) {