From 14501332e0ea6fcf31d0396c2bc895350bbe23d0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Feb 2013 16:06:14 +0400 Subject: js: remove several commented out functions --- js/tt-rss.js | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'js/tt-rss.js') diff --git a/js/tt-rss.js b/js/tt-rss.js index 7cbe3cfc5..9d18519b2 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -534,26 +534,6 @@ function viewLimitChanged() { return viewCurrentFeed(''); } -/* function adjustArticleScore(id, score) { - try { - - var pr = prompt(__("Assign score to article:"), score); - - if (pr != undefined) { - var query = "?op=rpc&method=setScore&id=" + id + "&score=" + pr; - - new Ajax.Request("backend.php", { - parameters: query, - onComplete: function(transport) { - viewCurrentFeed(); - } }); - - } - } catch (e) { - exception_error("adjustArticleScore", e); - } -} */ - function rescoreCurrentFeed() { var actid = getActiveFeedId(); -- cgit v1.2.3