...
|
...
|
@@ -131,6 +131,7 @@ $addressListPage.find('.address').each(function(i, elem) { |
|
|
$this.siblings().hide();
|
|
|
$this.children('ul').show().children('li').show();
|
|
|
|
|
|
$(this).removeClass('highlight');
|
|
|
e.srcEvent.preventDefault();
|
|
|
e.srcEvent.stopPropagation();
|
|
|
});
|
...
|
...
|
|