Hide eventId not FrameId
parent
d843ef89f6
commit
1f837c1718
|
@ -52,7 +52,7 @@ function initPage() {
|
||||||
|
|
||||||
// Hide these columns on first run when no cookie is saved
|
// Hide these columns on first run when no cookie is saved
|
||||||
if ( !getCookie("zmFramesTable.bs.table.columns") ) {
|
if ( !getCookie("zmFramesTable.bs.table.columns") ) {
|
||||||
table.bootstrapTable('hideColumn', 'FrameId');
|
table.bootstrapTable('hideColumn', 'EventId');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hide the stats tables on init
|
// Hide the stats tables on init
|
||||||
|
|
Loading…
Reference in New Issue