remove xmlhttp.abort() from viewfeed
This commit is contained in:
parent
ddfcf66e09
commit
f88e0a5d59
|
@ -104,7 +104,7 @@ function viewfeed(feed, subop, is_cat, subop_param) {
|
|||
|
||||
notify("Loading, please wait...", true);
|
||||
|
||||
xmlhttp.abort();
|
||||
// xmlhttp.abort();
|
||||
|
||||
if (xmlhttp_ready(xmlhttp)) {
|
||||
xmlhttp.open("GET", query, true);
|
||||
|
|
|
@ -82,6 +82,7 @@ function view(id, feed_id) {
|
|||
xmlhttp.send(null);
|
||||
} else {
|
||||
debug("xmlhttp busy (@view)");
|
||||
printLockingError();
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in New Issue