moved stuff around added methods to clear out all linked items
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function showAddVehicleModal() {
|
||||
uploadedFile = "";
|
||||
$.get('/Home/AddVehiclePartialView', function (data) {
|
||||
$.get('/Vehicle/AddVehiclePartialView', function (data) {
|
||||
if (data) {
|
||||
$("#addVehicleModalContent").html(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user