ECOM-369 Reunited the missing line with the rest of the page elements and fixed an error with HTML5 validation override
This commit is contained in:
@@ -168,7 +168,9 @@ var edx = edx || {};
|
||||
|
||||
// Removes the default HTML5 validation pop-up
|
||||
removeDefault: function( $el ) {
|
||||
$el.setCustomValidity(' ');
|
||||
if ( $el.setCustomValidity ) {
|
||||
$el.setCustomValidity(' ');
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user