mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-31 12:13:04 -04:00
eslint
This commit is contained in:
@@ -60,8 +60,9 @@ function ajaxRequest(params) {
|
||||
params.success({total: data.total, totalNotFiltered: data.totalNotFiltered, rows: rows});
|
||||
},
|
||||
error: function(jqXHR) {
|
||||
if (jqXHR.statusText != 'abort')
|
||||
if (jqXHR.statusText != 'abort') {
|
||||
console.log("error", jqXHR);
|
||||
}
|
||||
//logAjaxFail(jqXHR);
|
||||
//$j('#eventTable').bootstrapTable('refresh');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user