1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 12:55:56 +00:00

rename digest_checkbox

This commit is contained in:
Andrew Dolgov
2013-01-23 13:36:13 +04:00
parent 16cbc19a8a
commit c2cd348b75
5 changed files with 2 additions and 4 deletions

View File

@@ -454,8 +454,6 @@ function add_headline_entry(article, feed, no_effects) {
if (d.getTime() / 1000 - article.updated < fresh_max)
li_class = "fresh";
//"<img title='" + __("Mark as read") + "' onclick=\"view("+article.id+", true)\" src='images/digest_checkbox.png'>" +
var checkbox_part = "<input type=\"checkbox\" class=\"cb\" onclick=\"toggle_select_article(this)\"/>";
var date = new Date(article.updated * 1000);