From 9bf3f101cc47b8c521b44217e5763e85b79898db Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 16:15:38 +0100 Subject: disable manual article rescoring --- tt-rss.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 9757639b3..8dfcb8259 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -942,7 +942,7 @@ function viewLimitChanged() { return viewCurrentFeed(0, '') } -function adjustArticleScore(id, score) { +/* function adjustArticleScore(id, score) { try { var pr = prompt(__("Assign score to article:"), score); @@ -959,7 +959,7 @@ function adjustArticleScore(id, score) { } catch (e) { exception_error("adjustArticleScore", e); } -} +} */ function rescoreCurrentFeed() { -- cgit v1.2.3