Your IP : 216.73.216.220


Current Path : /proc/thread-self/cwd/static/adminhtml/Magento/backend/en_US/Amasty_Rewards/js/
Upload File :
Current File : //proc/thread-self/cwd/static/adminhtml/Magento/backend/en_US/Amasty_Rewards/js/validation.js

require([
    'jquery',
    'mage/translate',
    'jquery/validate'
    ],
    function ($) {
        $.validator.addMethod(
            'validate-length-of-numbers-after-comma',
            function (v) {
                return /^\d+(\.\d{0,2})?$/.test(v);
            },
            $.mage.__('The field should contain no more than 2 decimal places.')
        );
    }
);