summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-05 21:01:24 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-05 21:01:24 +0200
commite63ac23327a912795e61b2df562707ed754a6b63 (patch)
tree5d4fec1d943de5604f3302de7f47ac46b0601a9c /js
parentbfd20019d5a01ba587e0a5ae5289acc73a6fc21e (diff)
moved thumbnail code from js to css
Diffstat (limited to 'js')
-rw-r--r--js/items.js2
1 files changed, 0 insertions, 2 deletions
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();