From: Andrew Dolgov Date: Thu, 23 Aug 2012 06:37:08 +0000 (+0400) Subject: allow request_counters() in bw_limit mode X-Git-Tag: 1.6.0~126^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2c2cdaf7dcd8995c59c821f9d5a63a1cc2489f8a;p=tt-rss.git allow request_counters() in bw_limit mode --- diff --git a/js/feedlist.js b/js/feedlist.js index 3769eb62..aeb1ac18 100644 --- a/js/feedlist.js +++ b/js/feedlist.js @@ -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);