Update edit.blade.php (#5019)
This commit is contained in:
parent
f04493c1ab
commit
c209b7bb5d
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
||||||
user_add($(".status_id").val());
|
user_add($(".status_id").val());
|
||||||
});
|
});
|
||||||
|
|
||||||
$("form").submit(function (event) {
|
$("#create-form").submit(function (event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
return sendForm();
|
return sendForm();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue