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,7 +49,7 @@ function initPage() {
fullscreen: 'fa-arrows-alt',
detailOpen: 'fa-plus',
detailClose: 'fa-minus'
}
};
// Init the bootstrap-table
$j('#eventTable').bootstrapTable('destroy').bootstrapTable({icons: icons});