mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed event.Default which should be e.Default
This commit is contained in:
@ -122,7 +122,7 @@ echo '</table>
|
||||
|
||||
<script>
|
||||
$("[name='ack-alert']").click('', function(e) {
|
||||
event.preventDefault();
|
||||
e.preventDefault();
|
||||
var alert_id = $(this).data("alert_id");
|
||||
var state = $(this).data("state");
|
||||
$.ajax({
|
||||
|
Reference in New Issue
Block a user