mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Update edit.blade.php (#5019)
This commit is contained in:
parent
f04493c1ab
commit
c209b7bb5d
|
@ -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…
Reference in a new issue