req issue fixed

This commit is contained in:
magepeopleteam 2021-03-03 10:52:12 +00:00
parent d5a2e07a3e
commit a3e6fa0fc3
1 changed files with 1 additions and 16 deletions

View File

@ -41,19 +41,4 @@ console.log('price= '+ price);
$(this).slideUp('fast').siblings('.mp_event_visible_event_time').slideDown('slow').siblings('.mp_event_hide_event_time').slideUp('slow');
});
});
}(jQuery));
jQuery(document).ready(function($){
function mp_remove_required(){
jQuery('input, select, textarea').each(function (){
jQuery(this).removeAttr('required');
});
}
mp_remove_required();
});
}(jQuery));