1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 02:51:28 +00:00

remove xmlhttp.abort() from viewfeed

This commit is contained in:
Andrew Dolgov
2006-11-19 10:51:40 +01:00
parent ddfcf66e09
commit f88e0a5d59
2 changed files with 2 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ function viewfeed(feed, subop, is_cat, subop_param) {
notify("Loading, please wait...", true); notify("Loading, please wait...", true);
xmlhttp.abort(); // xmlhttp.abort();
if (xmlhttp_ready(xmlhttp)) { if (xmlhttp_ready(xmlhttp)) {
xmlhttp.open("GET", query, true); xmlhttp.open("GET", query, true);

View File

@@ -82,6 +82,7 @@ function view(id, feed_id) {
xmlhttp.send(null); xmlhttp.send(null);
} else { } else {
debug("xmlhttp busy (@view)"); debug("xmlhttp busy (@view)");
printLockingError();
} }
} catch (e) { } catch (e) {