v0.10.0b - Fixed Location update AJAX

Added - You are now able to delete a location
This commit is contained in:
Anders
2020-08-17 10:43:52 +02:00
parent 773655c294
commit 3bde377caa
4 changed files with 68 additions and 9 deletions
@@ -30,8 +30,6 @@
);
});
//Dont delete me, if the user reloads the pages with text in the text-box this code runs.
$(document).ready(function () {
$value = $('#name').val();
@@ -83,7 +81,5 @@
}
});
})
</script>
@endsection