mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
remove xmlhttp.abort() from viewfeed
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user