Showing
1 changed file
with
1 additions
and
0 deletions
@@ -131,6 +131,7 @@ $addressListPage.find('.address').each(function(i, elem) { | @@ -131,6 +131,7 @@ $addressListPage.find('.address').each(function(i, elem) { | ||
131 | $this.siblings().hide(); | 131 | $this.siblings().hide(); |
132 | $this.children('ul').show().children('li').show(); | 132 | $this.children('ul').show().children('li').show(); |
133 | 133 | ||
134 | + $(this).removeClass('highlight'); | ||
134 | e.srcEvent.preventDefault(); | 135 | e.srcEvent.preventDefault(); |
135 | e.srcEvent.stopPropagation(); | 136 | e.srcEvent.stopPropagation(); |
136 | }); | 137 | }); |
-
Please register or login to post a comment