3
0
mirror of http://git.frickel.earth/Tysox/BOS-Pinneberg.git synced 2025-12-16 08:04:29 +01:00

[+] fixed Bugs ins FrontEnd

This commit is contained in:
2018-03-02 11:50:13 +01:00
parent b4569550f0
commit a1ed1d6c80
8 changed files with 49 additions and 81 deletions

View File

@@ -107,7 +107,7 @@ $header->showHeader("Feuerwehr"); ?>
$.ajax({
url: "../scripts/vehicle.php",
type: "POST",
data: "org=ff&ort" + ort + "&name=" + name + "&number=" + number + "&type=" + type,
data: "org=ff&ort=" + ort + "&name=" + name + "&number=" + number + "&type=" + type,
success: function (resp) {
$("#feedback").html(resp);
}