Fix textstatus=>textStatus

This commit is contained in:
Isaac Connor 2021-01-31 10:09:22 -05:00
parent e084780123
commit 69b9e40b59
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ function alarmCmdReq(data) {
$j.getJSON(monitorUrl + '?view=request&request=alarm&id='+monitorId, data)
.done(getAlarmCmdResponse)
.fail(function(jqxhr, textStatus, error) {
if (textstatus === "timeout") {
if ( textStatus === "timeout" ) {
streamCmdQuery();
} else {
logAjaxFail(jqxhr, textStatus, error);