From c2167866ce1b6388c4049b6b8224ea4ecaf6427b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Dec 2012 14:01:33 +0400 Subject: move mark/pub/feed icons to svg --- plugins/digest/digest.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/digest/digest.js') diff --git a/plugins/digest/digest.js b/plugins/digest/digest.js index 522d35453..a9b3508c7 100644 --- a/plugins/digest/digest.js +++ b/plugins/digest/digest.js @@ -252,14 +252,14 @@ function view(article_id) { } if (article.marked) - mark_part = ""; + mark_part = ""; else - mark_part = ""; + mark_part = ""; if (article.published) - publ_part = ""; + publ_part = ""; else - publ_part = ""; + publ_part = ""; var tmp = "
" + "
" + @@ -385,10 +385,10 @@ function get_feed_icon(feed) { return getInitParam('icons_url') + "/" + feed.id + '.ico'; if (feed.id == -1) - return 'images/mark_set.png'; + return 'images/mark_set.svg'; if (feed.id == -2) - return 'images/pub_set.png'; + return 'images/pub_set.svg'; if (feed.id == -3) return 'images/fresh.png'; -- cgit v1.2.3