From f8fb44989f4b2cfb54f0f161acf2314c9d7b6d72 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Nov 2010 21:56:28 +0300 Subject: js: code cleanup, disable some debugging --- feedlist.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'feedlist.js') diff --git a/feedlist.js b/feedlist.js index 1411f08b1..b7565c2ca 100644 --- a/feedlist.js +++ b/feedlist.js @@ -379,7 +379,7 @@ function feedlist_dragsorted(ctr) { var query = "?op=feeds&subop=catsort&corder=" + param_escape(ordered_cats.toString()); - console.log(query); + //console.log(query); new Ajax.Request("backend.php", { parameters: query }); } @@ -393,7 +393,7 @@ function feedlist_init() { try { loading_set_progress(90); - console.log("in feedlist init"); + //console.log("in feedlist init"); hideOrShowFeeds(getInitParam("hide_read_feeds") == 1); document.onkeydown = hotkey_handler; @@ -470,7 +470,7 @@ function hide_footer() { function init_collapsable_feedlist() { try { - console.log("init_collapsable_feedlist"); + //console.log("init_collapsable_feedlist"); var theme = getInitParam("theme"); var options = getInitParam("theme_options"); @@ -593,7 +593,7 @@ function request_counters_real() { parameters: query, onComplete: function(transport) { try { - all_counters_callback2(transport); + handle_rpc_reply(transport); } catch (e) { exception_error("viewfeed/getcounters", e); } -- cgit v1.2.3