File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55 < link rel ="stylesheet " href ="css/dialogstyles.css ">
66</ head >
77
8- < body >
8+ < body onload =" containername.focus(); " >
99 < div class ="dialog-container ">
1010 < div class ="dialog-inputs ">
1111 < form >
Original file line number Diff line number Diff line change 6161 terminal . on ( 'data' , function ( data ) {
6262 socket . send ( data )
6363 } )
64+
65+ terminal . focus ( )
6466 }
6567 }
6668 }
Original file line number Diff line number Diff line change 55 < link rel ="stylesheet " href ="css/dialogstyles.css ">
66</ head >
77
8- < body >
8+ < body onload =" username.focus(); " >
99 < div class ="dialog-container ">
1010 < div class ="dialog-inputs ">
1111 < form method ="POST " action ="/signin ">
Original file line number Diff line number Diff line change 55 < link rel ="stylesheet " href ="/css/dialogstyles.css ">
66</ head >
77
8- < body >
8+ < body onload =" password.focus(); " >
99 < div class ="dialog-container ">
1010 < div class ="signupmessage ">
1111 < p > This is the first time you have started Voxel-DockerClient.</ p >
You can’t perform that action at this time.
0 commit comments