moved stuff around added methods to clear out all linked items

This commit is contained in:
ivancheahhh
2024-01-03 09:18:18 -07:00
parent 4a7b50ea75
commit f83d677e84
10 changed files with 40 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
function showAddVehicleModal() {
uploadedFile = "";
$.get('/Home/AddVehiclePartialView', function (data) {
$.get('/Vehicle/AddVehiclePartialView', function (data) {
if (data) {
$("#addVehicleModalContent").html(data);
}