From 0a92b85594aee608dc9d9482e9205e4d4d720945 Mon Sep 17 00:00:00 2001 From: Daniela Feitosa Date: Tue, 6 May 2014 14:18:54 +0000 Subject: [PATCH] Only first menu will be colored --- theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.js b/theme.js index b657ce2..55be646 100644 --- a/theme.js +++ b/theme.js @@ -50,7 +50,7 @@ } }); - jQuery('.link-list-block').wrap(""); + jQuery('.link-list-block').first().wrap(""); jQuery(".box-2 .link-list-block .block-title").click(function(){ jQuery(this).parent().children("ul").stop().slideToggle(); -- libgit2 0.21.2