diff --git a/web/skins/classic/views/js/event.js b/web/skins/classic/views/js/event.js index 29c8c821f..6781949d1 100644 --- a/web/skins/classic/views/js/event.js +++ b/web/skins/classic/views/js/event.js @@ -53,7 +53,7 @@ function initialAlarmCues(eventId) { .fail(function(jqxhr, textStatus, error) { console.log("Request Failed: " + textStatus + ", " + error); console.log("Response Text: " + jqxhr.responseText); - }); + }); } function setAlarmCues(data) {