diff --git a/public/js/mstream.js b/public/js/mstream.js index b5e1630..5d3b17a 100755 --- a/public/js/mstream.js +++ b/public/js/mstream.js @@ -50,23 +50,17 @@ $(document).ready(function(){ that.pending = false; that.needToLogin = false; }); - - - } } }); function testIt(token){ - if(token){ MSTREAMAPI.currentServer.token = token; } MSTREAMAPI.ping( function(response, error){ if(error !== false){ - - // NOTE: There needs to be a split here // For the webapp we simply display the login panel loginPanel.needToLogin = true; diff --git a/public/paper-player.zip b/public/paper-player.zip deleted file mode 100644 index 8d79678..0000000 Binary files a/public/paper-player.zip and /dev/null differ