1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 11:11:27 +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

@@ -5106,10 +5106,12 @@
$score_pic = get_score_pic($score);
$score_title = __("(Click to change)");
/* $score_title = __("(Click to change)");
$score_pic = "<img class='hlScorePic' src=\"images/$score_pic\"
onclick=\"adjustArticleScore($id, $score)\" title=\"$score $score_title\">"; */
$score_pic = "<img class='hlScorePic' src=\"images/$score_pic\"
onclick=\"adjustArticleScore($id, $score)\" title=\"$score $score_title\">";
title=\"$score\">";
if ($score > 500) {
$hlc_suffix = "H";