diff --git a/static/js/index.js b/static/js/index.js index 5decc55..b73586e 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -4,6 +4,7 @@ function attachListeners() { document.getElementById('stopButton').addEventListener('click', stopPushed); document.getElementById('pairButton').addEventListener('click', pairPushed); document.getElementById('showAppsButton').addEventListener('click', showAppsPushed); + window.addEventListener("resize", fullscreenNaclModule); } function moduleDidLoad() {