mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
Remove paper player remnants
This commit is contained in:
parent
453cc3ae7e
commit
f8b0867187
@ -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.
Loading…
Reference in New Issue
Block a user