service templates - move to blade - fix remove route

This commit is contained in:
Anthony F McInerney
2020-10-17 21:02:27 +01:00
parent f367b29054
commit 5ba29d9591
@@ -102,7 +102,7 @@
if (confirm('@lang('Are you sure you want to remove all Services created by ')' + name + '?')) {
$.ajax({
url: url,
type: 'DELETE',
type: 'POST',
success: function (msg) {
document.getElementById("manage-services-table").deleteRow(index);
toastr.success(msg);