From 8945282432f0d1ec8b43ae8779852bb1a039f5f4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Nov 2010 17:44:59 +0300 Subject: remove obsolete init-params --- feedlist.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'feedlist.js') diff --git a/feedlist.js b/feedlist.js index ddbcd6c0e..d1bb7f9a7 100644 --- a/feedlist.js +++ b/feedlist.js @@ -630,9 +630,6 @@ function request_counters() { var date = new Date(); var timestamp = Math.round(date.getTime() / 1000); -// if (getInitParam("sync_counters") == "1" || -// timestamp - counters_last_request > 10) { - if (timestamp - counters_last_request > 15) { console.log("scheduling request of counters..."); window.setTimeout("request_counters_real()", 1000); -- cgit v1.2.3