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 == "") {
|
if (validationError == "") {
|
||||||
$(this).submit();
|
$(this).submit();
|
||||||
} else{
|
} else{
|
||||||
alert(validationError);
|
|
||||||
$('#error-alert').removeClass('hidden');
|
$('#error-alert').removeClass('hidden');
|
||||||
$('#error-alert p').html(validationError);
|
$('#error-alert p').html(validationError);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue