From 1f8549fbeb5165e4de657174f36875a9bfadf59d Mon Sep 17 00:00:00 2001 From: Aidan Campbell Date: Sat, 13 Feb 2016 12:11:20 -0500 Subject: [PATCH] fixed issue causing invisible nacl module --- index.html | 6 +++--- index.js | 9 +-------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index d2642df..388f357 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,10 @@ Moonlight - - + + - +

Moonlight

Status: NO-STATUS

diff --git a/index.js b/index.js index ea0276a..cf63c58 100644 --- a/index.js +++ b/index.js @@ -4,13 +4,6 @@ function attachListeners() { document.getElementById('stopButton').addEventListener('click', stopPushed); } -// Called by the common.js module. -function moduleDidLoad() { - // The module is not hidden by default so we can easily see if the plugin - // failed to load. - common.hideModule(); -} - function getGFEHostIPField() { return document.getElementById('GFEHostIPField'); } @@ -30,4 +23,4 @@ function handleMessage(msg) { logEl.value = msg.data; } -chrome.app.window.current().fullscreen(); \ No newline at end of file +// chrome.app.window.current().fullscreen(); \ No newline at end of file