Skip to content

Commit 0f3a61e

Browse files
eslint
1 parent d509830 commit 0f3a61e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/skins/classic/views/js/events.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ function ajaxRequest(params) {
6060
params.success({total: data.total, totalNotFiltered: data.totalNotFiltered, rows: rows});
6161
},
6262
error: function(jqXHR) {
63-
if (jqXHR.statusText != 'abort')
63+
if (jqXHR.statusText != 'abort') {
6464
console.log("error", jqXHR);
65+
}
6566
//logAjaxFail(jqXHR);
6667
//$j('#eventTable').bootstrapTable('refresh');
6768
}

0 commit comments

Comments
 (0)