diff --git a/static/js/index.js b/static/js/index.js index a6df867..a302173 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -479,14 +479,11 @@ function showApps(host) { } console.log('%c[index.js, showApps]', 'color: green;', 'Current host object:', host, host.toString()); //Logging both object (for console) and toString-ed object (for text logs) $('#quitCurrentApp').show(); - $("#gameList .game-container").remove(); // Show a spinner while the applist loads $('#naclSpinnerMessage').text('Loading apps...'); $('#naclSpinner').css('display', 'inline-block'); - $("div.game-container").remove(); - host.getAppList().then(function(appList) { $('#naclSpinner').hide(); $("#game-grid").show(); @@ -871,8 +868,6 @@ function updateDefaultBitrate() { function onWindowLoad() { console.log('%c[index.js]', 'color: green;', 'Moonlight\'s main window loaded'); - // don't show the game selection div - $('#gameSelection').css('display', 'none'); loadWindowState();