6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
import AttributeValues from "./AttributeValues";
|
|
|
|
if ($("#attribute-values-wrapper").length !== 0) {
|
|
new AttributeValues();
|
|
}
|