From e63ac23327a912795e61b2df562707ed754a6b63 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 5 Sep 2012 21:01:24 +0200 Subject: moved thumbnail code from js to css --- js/items.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js') diff --git a/js/items.js b/js/items.js index 8c80b6073..b84f93f67 100644 --- a/js/items.js +++ b/js/items.js @@ -409,8 +409,6 @@ var News = News || {}; this._read = this._$html.hasClass('read'); this._locked = false; this._important = this._$html.find('li.star').hasClass('important'); - this._$html.children('.body').children('img:first-child').addClass('thumbnail'); - var $stamp = this._$html.find('.timestamp'); this._timestamp = parseInt($stamp.html()); $stamp.remove(); -- cgit v1.2.3