Commit 26aa3a3fdbf4058861db9bd68dd56f9f1f7ee8fa
1 parent
375bbe20
Exists in
master
and in
2 other branches
Toggle only link list
Signed-off-by: Valessio Brito <contato@valessiobrito.com.br> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
theme.js
1 | (function($) { | 1 | (function($) { |
2 | - jQuery(".box-2 .block-title").click(function(){ | 2 | + jQuery(".box-2 .link-list-block .block-title").click(function(){ |
3 | jQuery(this).parent().children("ul").stop().slideToggle(); | 3 | jQuery(this).parent().children("ul").stop().slideToggle(); |
4 | }); | 4 | }); |
5 | })(jQuery); | 5 | })(jQuery); |