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