diff --git a/static/js/index.js b/static/js/index.js index a6c0c99..30b44ef 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -32,12 +32,14 @@ function fullscreenChromeWindow() { } function changeUiModeForNaClLoad() { + $('.mdl-layout__header').children().hide(); $("#main-content").children().not("#listener, #naclSpinner").hide(); $('#naclSpinnerMessage').text('Loading Moonlight plugin...'); $('#naclSpinner').css('display', 'inline-block'); } function restoreUiAfterNaClLoad() { + $('.mdl-layout__header').children().not("#quitCurrentApp").show(); $("#main-content").children().not("#listener, #naclSpinner, #gameSelection").show(); $('#naclSpinner').hide(); $('#loadingSpinner').css('display', 'none');