moving up credentials dialog hiding to top
insignificant change
This commit is contained in:
parent
4c95d1c30b
commit
35009f91f4
1 changed files with 3 additions and 0 deletions
|
@ -2,7 +2,10 @@ var sessionLog,
|
|||
sessionLogEnable = false,
|
||||
sessionFooter,
|
||||
logDate;
|
||||
|
||||
document.getElementById('downloadLog').style.display = 'none';
|
||||
document.getElementById('credentials').style.display = 'none';
|
||||
|
||||
var terminalContainer = document.getElementById('terminal-container'),
|
||||
term = new Terminal({
|
||||
cursorBlink: true
|
||||
|
|
Loading…
Reference in a new issue