eslint nanny strikes again

pull/3019/head
Andrew Bauer 2020-08-17 16:59:57 -05:00
parent 80b92573b8
commit 1dd0b44334
1 changed files with 3 additions and 3 deletions

View File

@ -49,10 +49,10 @@ function initPage() {
fullscreen: 'fa-arrows-alt',
detailOpen: 'fa-plus',
detailClose: 'fa-minus'
}
};
// Init the bootstrap-table
$j('#eventTable').bootstrapTable('destroy').bootstrapTable({ icons: icons });
$j('#eventTable').bootstrapTable('destroy').bootstrapTable({icons: icons});
// Hide these columns on first run when no cookie is saved
if ( !getCookie("zmEventsTable.bs.table.columns") ) {