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