This commit is contained in:
Andrew Bauer 2020-09-11 16:49:36 -05:00
parent 2ee70442c0
commit 0c8bb25889
1 changed files with 1 additions and 1 deletions

View File

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