Indeterminate loading bar is shown while connecting to stream

- This closes #37
This commit is contained in:
R. Aidan Campbell
2016-05-09 13:15:49 -04:00
parent 5e9fe3c736
commit 8f0b911031
4 changed files with 18 additions and 4 deletions

View File

@@ -25,6 +25,8 @@ function handleMessage(msg) {
showAppsMode();
chrome.app.window.current().restore();
});
} else if(msg.data === 'Connection Established') {
$('#loadingSpinner').css('display', 'none');
}
}
}