From 2c2cdaf7dcd8995c59c821f9d5a63a1cc2489f8a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Aug 2012 10:37:08 +0400 Subject: allow request_counters() in bw_limit mode --- js/feedlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/feedlist.js b/js/feedlist.js index 3769eb623..aeb1ac18a 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); -- cgit v1.2.3