Fix poller deletion (#11549)

This commit is contained in:
Tony Murray
2020-05-04 09:41:35 -05:00
committed by GitHub
parent e7b371e1c7
commit fb6c0f42f5
+1 -1
View File
@@ -149,7 +149,7 @@
$("#confirm-delete").modal('hide');
},
error: function () {
toastr.error(@lang('An error occurred deleting this poller.'));
toastr.error('@lang('An error occurred deleting this poller.')');
$("#confirm-delete").modal('hide');
}
});