Sha256: 593fadd50980a8b3c6a7ea884470bfbb9b66e7b711298037d79d53452dd304d0
Contents?: true
Size: 431 Bytes
Versions: 2
Compression:
Stored size: 431 Bytes
Contents
(function () { 'use strict'; /** * Config Variables */ WORKAREA.config.oneTheme = { quantityConrol: { autoSubmitDelay: 500 } }; if (!_.isEmpty($.validator)) { // Add `CVV` method to jQuery Validate $.validator.addMethod('cvv', function (value, element) { return WORKAREA.checkoutPrimaryPayments.checkCvvCode(element); }); } })();
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-one_theme-1.3.1 | app/assets/javascripts/workarea/storefront/one_theme/config.js |
workarea-one_theme-1.3.0 | app/assets/javascripts/workarea/storefront/one_theme/config.js |