From f4a74ea6b1d3eb8e3ca7cf974f80e0ff0eed672b Mon Sep 17 00:00:00 2001 From: Aidan Campbell Date: Tue, 16 Feb 2016 17:58:59 -0500 Subject: [PATCH] non-aspect-ratio aware scaling --- static/js/index.js | 1 + 1 file changed, 1 insertion(+) 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() {