From 2f1a8c3d74f99ca80a13d7bc90251fa7285007d6 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 30 Oct 2012 22:03:21 +0100 Subject: Fix issue #9 : les articles ne se referment plus sur un clic --- app/views/javascript/main.phtml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/views/javascript/main.phtml') diff --git a/app/views/javascript/main.phtml b/app/views/javascript/main.phtml index fe0492b67..9283c89cb 100644 --- a/app/views/javascript/main.phtml +++ b/app/views/javascript/main.phtml @@ -128,12 +128,6 @@ $(document).ready (function () { if (old_active[0] != new_active[0]) { slide (new_active, old_active); - } else { - old_active.removeClass ("active"); - - if (hide_posts) { - old_active.children (".content").slideUp (200); - } } }); -- cgit v1.2.3