", {html:$("
"), class: 'cancel-current', id: 'quitCurrentApp'}).append($("", {html: 'Quit Current App', class:"game-title"})));
- $('#quitCurrentApp').on('click', function() {api.quitApp(); api.refreshServerInfo(); });
- }
-
}, function (failedAppList) {
console.log('Failed to get applist from host: ' + api.address);
console.log('failed API object: ');
@@ -354,6 +350,7 @@ function showApps() {
function showHostsAndSettingsMode() {
console.log('entering show hosts and settings mode.');
$('#backIcon').hide();
+ $('#quitCurrentApp').hide();
$(".mdl-layout__header").show();
$("#main-content").children().not("#listener, #loadingSpinner, #naclSpinner").show();
$("#game-grid").hide();