From 26aa3a3fdbf4058861db9bd68dd56f9f1f7ee8fa Mon Sep 17 00:00:00 2001 From: Valessio Brito Date: Thu, 10 Oct 2013 14:36:41 -0300 Subject: [PATCH] Toggle only link list --- theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.js b/theme.js index 9cc0537..9b77a0b 100644 --- a/theme.js +++ b/theme.js @@ -1,5 +1,5 @@ (function($) { - jQuery(".box-2 .block-title").click(function(){ + jQuery(".box-2 .link-list-block .block-title").click(function(){ jQuery(this).parent().children("ul").stop().slideToggle(); }); })(jQuery); -- libgit2 0.21.2