UI added to select stream settings. Beginning work on #9

This commit is contained in:
Aidan Campbell
2016-02-18 13:43:26 -05:00
parent 5d25874131
commit 61cc902c63
2 changed files with 29 additions and 3 deletions
+8
View File
@@ -106,3 +106,11 @@ function handleMessage(msg) {
}
}
function onWindowLoad(){
document.getElementById('streamSettings').style.display = 'none';
document.getElementById('gameSelection').style.display = 'none';
}
window.onload = onWindowLoad;