update to remove alerting of validation error
This commit is contained in:
parent
14bcdbfa21
commit
7d196832db
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ var menuManagementEdit = {
|
|||
if (validationError == "") {
|
||||
$(this).submit();
|
||||
} else{
|
||||
alert(validationError);
|
||||
$('#error-alert').removeClass('hidden');
|
||||
$('#error-alert p').html(validationError);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue