summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--viewfeed.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index c6f0025fa..9ea320cf9 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -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();
}
}