]> git.wh0rd.org - tt-rss.git/commitdiff
allow request_counters() in bw_limit mode
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 23 Aug 2012 06:37:08 +0000 (10:37 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 23 Aug 2012 06:37:08 +0000 (10:37 +0400)
js/feedlist.js

index 3769eb6236b5241c216853c4b9b0efb1e74a1a37..aeb1ac18a10c0311ac56768fa1662e2480286c81 100644 (file)
@@ -242,7 +242,7 @@ function request_counters() {
 
        try {
 
-               if (getInitParam("bw_limit") == "1") return;
+               //if (getInitParam("bw_limit") == "1") return;
 
                var date = new Date();
                var timestamp = Math.round(date.getTime() / 1000);