fixed move & rotate tweens + mapping to child OK
This commit is contained in:
@@ -107,6 +107,7 @@ class myUser extends app.LoadedClasses.User {
|
||||
} else if(!jsonresp.payload.authenticated){
|
||||
document.querySelector('div.loginerr').classList.remove('show')
|
||||
document.getElementById('login-dialog').classList.add('show')
|
||||
document.querySelector('input[name="username"]').focus()
|
||||
document.getElementById('login-dialog').addEventListener('keyup',(event)=>{
|
||||
if(event.key=='Enter') this.launchLogin(callBack)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user