Remove paper player remnants

This commit is contained in:
IrosTheBeggar 2017-04-10 12:36:04 -04:00
parent 453cc3ae7e
commit f8b0867187
2 changed files with 0 additions and 6 deletions

View File

@ -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;

Binary file not shown.