Merge pull request #510 from laf/issue-laf-123

Fixed event.Default which should be e.Default
This commit is contained in:
Neil Lathwood
2015-02-25 21:30:24 +00:00

View File

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