summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-06-07 11:44:34 +0100
committerAndrew Dolgov <[email protected]>2007-06-07 11:44:34 +0100
commit86227583815895fe125045b2b2bed5bd0ef8a8f4 (patch)
tree8835f0ecde4d2628c428e02e3cb64338e5b2e518 /viewfeed.js
parent848d0623bffaf20433a9f314613aaaf71a1c3a32 (diff)
possible workaround for xmlhttp stucking on safari (2)
Diffstat (limited to 'viewfeed.js')
-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();
}
}