1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 07:41:28 +00:00

disable manual article rescoring

This commit is contained in:
Andrew Dolgov
2009-01-18 16:15:38 +01:00
parent f92471951b
commit 9bf3f101cc
3 changed files with 8 additions and 6 deletions

View File

@@ -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() {