From 8c72acbacb8fd4da39d505e8ac52e7e0cceed418 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 13 Mar 2013 19:09:29 +0100 Subject: Suppression code HTML inutile + amélioration CSS + restructuration du layout + correction bug mise à jour d'articles lorsqu'on visualise une catégorie MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/javascript/main.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/javascript/main.phtml') diff --git a/app/views/javascript/main.phtml b/app/views/javascript/main.phtml index d8e15bca7..87af760d3 100644 --- a/app/views/javascript/main.phtml +++ b/app/views/javascript/main.phtml @@ -104,7 +104,7 @@ function mark_favorite (active) { } function init_img () { - var imgs = $(".post.flux .content img").each (function () { + $(".post.flux .content img").each (function () { if ($(this).width () > ($("#stream").width()) / 2) { $(this).addClass("big"); } -- cgit v1.2.3