¨4.0.1¨
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import AttributeValues from './AttributeValues';
|
||||
import ProductAttributes from './ProductAttributes';
|
||||
import AttributeValues from "./AttributeValues";
|
||||
|
||||
if ($('#attribute-values-wrapper').length !== 0) {
|
||||
if ($("#attribute-values-wrapper").length !== 0) {
|
||||
new AttributeValues();
|
||||
}
|
||||
|
||||
if ($('#product-attributes-wrapper').length !== 0) {
|
||||
new ProductAttributes();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user