Commit 14ab9e331810ce2897aaa6d3f0fe13b0f65e2477
1 parent
9a153572
V
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/goods/index.php
... | ... | @@ -438,8 +438,8 @@ $this->params['breadcrumbs'][] = $this->title; |
438 | 438 | $('.table').toggleClass('table_height'); |
439 | 439 | }); |
440 | 440 | $('.link_sort').click(function(){ |
441 | - event.preventDefault(); | |
442 | - $(this).toggleClass('arrow_downA'); | |
441 | + | |
442 | + $(this).find('.desc).toggleClass('arrow_downA'); | |
443 | 443 | |
444 | 444 | }) |
445 | 445 | </script> | ... | ... |