possible workaround for xmlhttp stucking on safari (2)

This commit is contained in:
Andrew Dolgov 2007-06-07 11:44:34 +01:00
parent 848d0623bf
commit 8622758381
1 changed files with 2 additions and 1 deletions

View 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();
}
}