Update edit.blade.php (#5019)

This commit is contained in:
dl1l 2018-02-16 09:59:54 +11:00 committed by snipe
parent f04493c1ab
commit c209b7bb5d

View file

@ -190,7 +190,7 @@
user_add($(".status_id").val());
});
$("form").submit(function (event) {
$("#create-form").submit(function (event) {
event.preventDefault();
return sendForm();
});