Fixed event.Default which should be e.Default

This commit is contained in:
Neil Lathwood
2015-02-25 20:38:38 +00:00
parent d7c86cfc40
commit 512334c7d2

View File

@ -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({