Skip to content

Commit

Permalink
oc-2.1.0.1. fix selector in //Module-container layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
savage4pro committed Dec 21, 2015
1 parent 4433e96 commit 0d131a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/view/javascript/common.js
Expand Up @@ -129,7 +129,7 @@ $(document).ready(function() {

//Module-container layout fix
cols = $('#column-right, #column-left').length;
var productSet = $('#content .product-layout:not(.product-list), #content .product-layout:not(.product-grid)');
var productSet = $('#content .product-layout:not(.product-list,.product-grid)');
if (cols == 2) {
productSet.attr('class', 'product-layout col-lg-6 col-md-6 col-sm-12 col-xs-12');
} else if (cols == 1) {
Expand Down

0 comments on commit 0d131a4

Please sign in to comment.