Make sure server verification dialog is closed
It should be closed at this point just like all other dialogs and panels.
This commit is contained in:
parent
ced6431ac5
commit
15a0608e04
|
@ -449,6 +449,8 @@ const UI = {
|
|||
// State change closes dialogs as they may not be relevant
|
||||
// anymore
|
||||
UI.closeAllPanels();
|
||||
document.getElementById('noVNC_verify_server_dlg')
|
||||
.classList.remove('noVNC_open');
|
||||
document.getElementById('noVNC_credentials_dlg')
|
||||
.classList.remove('noVNC_open');
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue