Commit 6249a53f26073085c575bd59ad00b5e1de36a60f

Authored by Виталий
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,7 +19,7 @@ $this->registerJs ('
19 var checkData = function($index) 19 var checkData = function($index)
20 { 20 {
21 var sourceNew = $(".productLeftBar .product_mod > li").eq($index); 21 var sourceNew = $(".productLeftBar .product_mod > li").eq($index);
22 - $(".productLeftBar .product_mod > li").removeClass("active"); 22 + $(".productLeftBar .product_mod > li").removeClass("active")
23 sourceNew.addClass("active"); 23 sourceNew.addClass("active");
24 var $source = sourceNew.find("a"); 24 var $source = sourceNew.find("a");
25 var $target = $(".productLeftBar .cost_box"); 25 var $target = $(".productLeftBar .cost_box");