summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-11-19 10:51:40 +0100
committerAndrew Dolgov <[email protected]>2006-11-19 10:51:40 +0100
commitf88e0a5d598fa6ad25395a3a75e282b74aea22d6 (patch)
treea6f3d0345a6ecc10c2209dd72a4e30d03183b08b /feedlist.js
parentddfcf66e096bcb8a204c16c65502155b1939cb0e (diff)
remove xmlhttp.abort() from viewfeed
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index e3c2c8c54..954215fe8 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);