diff --git a/frontend/views/goods/index.php b/frontend/views/goods/index.php index c1286b2..b0a881f 100644 --- a/frontend/views/goods/index.php +++ b/frontend/views/goods/index.php @@ -438,8 +438,8 @@ $this->params['breadcrumbs'][] = $this->title; $('.table').toggleClass('table_height'); }); $('.link_sort').click(function(){ - event.preventDefault(); - $(this).toggleClass('arrow_downA'); + + $(this).find('.desc).toggleClass('arrow_downA'); }) -- libgit2 0.21.4