mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-30 11:42:22 -04:00
Merge pull request #4145 from Simpler1/patch-2
fix(events): Initial hidden columns when cookie doesn't exist
This commit is contained in:
@@ -311,7 +311,7 @@ function initPage() {
|
||||
table.bootstrapTable({icons: icons});
|
||||
|
||||
// Hide these columns on first run when no cookie is saved
|
||||
if (!getCookie('zmEventsTable.bs.table.columns')) {
|
||||
if (!getCookie('zmEventsTable.bs.table.hiddenColumns')) {
|
||||
// table.bootstrapTable('hideColumn', 'Archived');
|
||||
table.bootstrapTable('hideColumn', 'Emailed');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user