dont restore state with unixy url
This commit is contained in:
parent
175b70953e
commit
b7b922815b
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ if( typeof emulator != 'undefined' ){
|
|||
}catch(e){}
|
||||
return confirm('continue last session?')
|
||||
}
|
||||
if( stateBase64 && !err && askConfirm() ){
|
||||
if( stateBase64 && !err && document.location.hash.length < 2 && askConfirm() ){
|
||||
this.noboot = true // see feat/boot.js
|
||||
try{
|
||||
await this.worker.restore_state()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue