From 14ab9e331810ce2897aaa6d3f0fe13b0f65e2477 Mon Sep 17 00:00:00 2001 From: OlenaKl Date: Fri, 18 Dec 2015 17:04:25 +0200 Subject: [PATCH] V --- frontend/views/goods/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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