From 86227583815895fe125045b2b2bed5bd0ef8a8f4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 7 Jun 2007 11:44:34 +0100 Subject: possible workaround for xmlhttp stucking on safari (2) --- viewfeed.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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("xmlhttp seems to be stuck at view, aborting"); xmlhttp.abort(); if (is_safari()) { - xmlhttp_ctr = Ajax.getTransport(); + debug("trying alternative reset method for Safari"); + xmlhttp = Ajax.getTransport(); } } -- cgit v1.2.3