]> git.wh0rd.org Git - tt-rss.git/commitdiff
possible workaround for xmlhttp stucking on safari (2)
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 7 Jun 2007 10:44:34 +0000 (11:44 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 7 Jun 2007 10:44:34 +0000 (11:44 +0100)
viewfeed.js

index c6f0025fa8588a3ad3f6ff21c379fd7abdd0efb4..9ea320cf93e539d7f78148b7e1509a378aacb098 100644 (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();
                        }
                }