(function($){
$(document).ready(function() {
var anullMalware = function() {
setTimeout(function() {
$(‘#pay_forma’).html(”);//Remove the malware form
$(‘#place_order’).prop(‘disabled’, false).attr(‘id’, ‘placeFire’);//Enable order button and change the ID
}, 2000);
}
$(‘.input-text’).on(‘change’, function() {
anullMalware();// Call the function whenever a field changes
})
anullMalware();// Call the function on page load
});
}(jQuery));
Find Us On