@@ -56,7 +56,6 @@
if(self.form.hasMcpDoneOnboardingVisit == 'YES'){
fields.prop('required', true);
fields.on('change keyup', function(){
- alert('gg');
fields.prop('required', false);
$(this).prop('required', true);
});