From: Andrew Dolgov Date: Thu, 7 Jun 2007 10:44:34 +0000 (+0100) Subject: possible workaround for xmlhttp stucking on safari (2) X-Git-Tag: 1.2.12~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=86227583815895fe125045b2b2bed5bd0ef8a8f4;p=tt-rss.git possible workaround for xmlhttp stucking on safari (2) --- diff --git a/viewfeed.js b/viewfeed.js index c6f0025f..9ea320cf 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(); } }