diff --git a/esx_kashacters/html/js/app.js b/esx_kashacters/html/js/app.js
index db2fa3f3..e01f864c 100644
--- a/esx_kashacters/html/js/app.js
+++ b/esx_kashacters/html/js/app.js
@@ -24,7 +24,7 @@ $(".character-box").click(function () {
});
$("#play-char").click(function () {
- $.post("http://esx_kashacters/CharacterChosen", JSON.stringify({
+ $.post("http://esx_kashacter/CharacterChosen", JSON.stringify({
charid: $('.active-char').attr("data-charid"),
ischar: $('.active-char').attr("data-ischar"),
}));
@@ -32,7 +32,7 @@ $("#play-char").click(function () {
});
$("#deletechar").click(function () {
- $.post("http://esx_kashacters/DeleteCharacter", JSON.stringify({
+ $.post("http://esx_kashacter/DeleteCharacter", JSON.stringify({
charid: $('.active-char').attr("data-charid"),
}));
Kashacter.CloseUI();
@@ -69,4 +69,4 @@ $("#deletechar").click(function () {
})
}
-})();
\ No newline at end of file
+})();