possible workaround for xmlhttp stucking on safari (2)
This commit is contained in:
parent
848d0623bf
commit
8622758381
|
@ -209,7 +209,8 @@ function view(id, feed_id, skip_history) {
|
||||||
debug("<b>xmlhttp seems to be stuck at view, aborting</b>");
|
debug("<b>xmlhttp seems to be stuck at view, aborting</b>");
|
||||||
xmlhttp.abort();
|
xmlhttp.abort();
|
||||||
if (is_safari()) {
|
if (is_safari()) {
|
||||||
xmlhttp_ctr = Ajax.getTransport();
|
debug("trying alternative reset method for Safari");
|
||||||
|
xmlhttp = Ajax.getTransport();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue