initial polyfill implementation and metadata number entry javascript validation
This commit is contained in:
@@ -896,3 +896,17 @@ function saveSetSectionScheduleDate(e) {
|
||||
hideModal();
|
||||
});
|
||||
}
|
||||
|
||||
function checkNumberSettingValidity(e) {
|
||||
e.preventDefault();
|
||||
|
||||
if (!e.checkNumberSettingValidity())
|
||||
{
|
||||
alert("You have invalid input. Correct it!");
|
||||
obj.focus();
|
||||
|
||||
$('this').val('');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user