]> git.wh0rd.org - tt-rss.git/commitdiff
remove xmlhttp.abort() from viewfeed
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 19 Nov 2006 09:51:40 +0000 (10:51 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 19 Nov 2006 09:51:40 +0000 (10:51 +0100)
feedlist.js
viewfeed.js

index e3c2c8c54555cbda56bfd2a72a37847e26bcc2ce..954215fe8ccb60920c51a819b167dbabd527bbc8 100644 (file)
@@ -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);
index f6917aaaef0d283cab6f9e568ee7c84b41a02034..70e8aaf0e8822aeb16399458f9b396cd794eca42 100644 (file)
@@ -82,6 +82,7 @@ function view(id, feed_id) {
                        xmlhttp.send(null);
                } else {
                        debug("xmlhttp busy (@view)");
+                       printLockingError();
                }  
 
        } catch (e) {