mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:15:56 +00:00
js: remove several commented out functions
This commit is contained in:
20
js/tt-rss.js
20
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();
|
||||
|
||||
Reference in New Issue
Block a user