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);