Commit 6249a53f26073085c575bd59ad00b5e1de36a60f
1 parent
dc098da3
Веталь
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product.php
| ... | ... | @@ -19,7 +19,7 @@ $this->registerJs (' |
| 19 | 19 | var checkData = function($index) |
| 20 | 20 | { |
| 21 | 21 | var sourceNew = $(".productLeftBar .product_mod > li").eq($index); |
| 22 | - $(".productLeftBar .product_mod > li").removeClass("active"); | |
| 22 | + $(".productLeftBar .product_mod > li").removeClass("active") | |
| 23 | 23 | sourceNew.addClass("active"); |
| 24 | 24 | var $source = sourceNew.find("a"); |
| 25 | 25 | var $target = $(".productLeftBar .cost_box"); | ... | ... |