diff --git a/src/webapp/main/src/views/admin/AdminView.vue b/src/webapp/main/src/views/admin/AdminView.vue index 0c963d9..26985a5 100644 --- a/src/webapp/main/src/views/admin/AdminView.vue +++ b/src/webapp/main/src/views/admin/AdminView.vue @@ -233,7 +233,7 @@ export default { } }, navMenu ( action ) { - if ( screen.width < 1300 ) { + if ( window.screen.width < 1300 ) { if ( action === 'toggle' ) { $( '.side-nav' ).toggle( 300 ); $( '.hideNav' ).toggleClass( 'navHidden' );