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>
|
<script>
|
||||||
$("[name='ack-alert']").click('', function(e) {
|
$("[name='ack-alert']").click('', function(e) {
|
||||||
event.preventDefault();
|
e.preventDefault();
|
||||||
var alert_id = $(this).data("alert_id");
|
var alert_id = $(this).data("alert_id");
|
||||||
var state = $(this).data("state");
|
var state = $(this).data("state");
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
Reference in New Issue
Block a user