GX-Bug #46218 » QTYCheckOnKeyUpFix.patch
| src/templates/Honeygrid/javascript/engine/widgets/cart_handler.js (revision ) | ||
|---|---|---|
| 396 | 396 |
.on('click', options.wishlistButtons, {'target': 'wishlist'}, _submitHandler)
|
| 397 | 397 |
.on('click', options.priceOfferButtons, {'target': 'price_offer'}, _submitHandler)
|
| 398 | 398 |
.on('change', options.attributes, {'target': 'check'}, _submitHandler)
|
| 399 |
.on('blur', options.quantity, {'target': 'check'}, _submitHandler);
|
|
| 399 |
.on('keyup', options.quantity, {'target': 'check'}, _submitHandler);
|
|
| 400 | 400 |
|
| 401 | 401 |
// Fallback if the backend renders incorrect data |
| 402 | 402 |
// on initial page call |