We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d509830 commit 0f3a61eCopy full SHA for 0f3a61e
web/skins/classic/views/js/events.js
@@ -60,8 +60,9 @@ function ajaxRequest(params) {
60
params.success({total: data.total, totalNotFiltered: data.totalNotFiltered, rows: rows});
61
},
62
error: function(jqXHR) {
63
- if (jqXHR.statusText != 'abort')
+ if (jqXHR.statusText != 'abort') {
64
console.log("error", jqXHR);
65
+ }
66
//logAjaxFail(jqXHR);
67
//$j('#eventTable').bootstrapTable('refresh');
68
}
0 commit comments