mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix poller deletion (#11549)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user