caleres-zoom
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -111,6 +111,6 @@ var modalTemplate = require('../templates/modal'); | ||
/* SET PROXY AND INITIALIZE VALUE --- */ | ||
$selectSize.attr({'id':$selectSize.attr('id') + '_clone','name':$selectSize.attr('name') + '_clone'}); | ||
$selectSize.attr({'id':($selectSize.attr('id') ? $selectSize.attr('id') : 'zoom-add-to-cart-sel') + '_clone','name':($selectSize.attr('name') ? $selectSize.attr('name') : 'zoom-add-to-cart-sel') + '_clone'}); | ||
$selectSize.data('$proxy', $('.chooseBox [id$="ddlSizeAndWidth"]')).val( $('.step2 .input-select select').val() ); | ||
$addToCart.attr({'id':$addToCart.attr('id') + '_clone','name':$addToCart.attr('name') + '_clone'}); | ||
$addToCart.attr({'id':($addToCart.attr('id') ? $addToCart.attr('id') : 'zoom-add-to-cart-btn') + '_clone','name':($addToCart.attr('name') ? $addToCart.attr('name') : 'zoom-add-to-cart-btn') + '_clone'}); | ||
$addToCart.data('$proxy', $('.chooseBox .btn_Add2Cart, .step2 .js-virtual-cart-btn').first()); | ||
@@ -117,0 +117,0 @@ |
{ | ||
"name": "caleres-zoom", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A zoom package for the Caleres web team.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54277