Hide eventId not FrameId

pull/3039/head
Isaac Connor 2020-09-10 11:04:18 -04:00
parent d843ef89f6
commit 1f837c1718
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ function initPage() {
// Hide these columns on first run when no cookie is saved
if ( !getCookie("zmFramesTable.bs.table.columns") ) {
table.bootstrapTable('hideColumn', 'FrameId');
table.bootstrapTable('hideColumn', 'EventId');
}
// Hide the stats tables on init