fixed bug causing options & host to still appear in game selection mode

This commit is contained in:
R. Aidan Campbell 2016-07-10 15:36:40 -04:00
parent 43f464cf9c
commit 5acd595f63

View File

@ -262,13 +262,11 @@ function showApps() {
function showAppsMode() {
console.log("entering show apps mode.");
$("#streamSettings").hide();
$("#hostSettings").hide();
$('#backIcon').show();
$(".mdl-layout__header").show();
$("#main-content").children().not("#listener, #loadingSpinner, #naclSpinner").show();
$("#streamSettings").hide();
$("#hostSettings").hide();
$("#main-content").removeClass("fullscreen");
$("#listener").removeClass("fullscreen");
$("body").css('backgroundColor', 'white');