Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/pub/static/adminhtml/Magento/backend/en_GB/Amasty_Rewards/js/
Upload File :
Current File : //home/rtorresani/www/pub/static/adminhtml/Magento/backend/en_GB/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.')
        );
    }
);