From: Andrew Dolgov Date: Sun, 19 Nov 2006 09:51:40 +0000 (+0100) Subject: remove xmlhttp.abort() from viewfeed X-Git-Tag: 1.2.5~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f88e0a5d598fa6ad25395a3a75e282b74aea22d6;p=tt-rss.git remove xmlhttp.abort() from viewfeed --- diff --git a/feedlist.js b/feedlist.js index e3c2c8c5..954215fe 100644 --- a/feedlist.js +++ b/feedlist.js @@ -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); diff --git a/viewfeed.js b/viewfeed.js index f6917aaa..70e8aaf0 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -82,6 +82,7 @@ function view(id, feed_id) { xmlhttp.send(null); } else { debug("xmlhttp busy (@view)"); + printLockingError(); } } catch (e) {