File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"password_hash": "",
3
- "device_name": "Coder ",
3
+ "device_name": "",
4
4
"hostname": "coder",
5
5
"coder_owner": "",
6
6
"coder_color": ""
Original file line number Diff line number Diff line change @@ -169,8 +169,9 @@ var setupConfigureFields = function() {
169
169
setTimeout ( testConfigureSubmitEnable , 0 ) ;
170
170
}
171
171
} ) ;
172
-
173
172
$ ( '#configure_form .submit' ) . click ( configureClick ) ;
173
+ $ ( '#configure_form .device_name' ) . val ( 'My Coder' ) . parent ( ) . find ( '.label' ) . hide ( ) ;
174
+ testConfigureSubmitEnable ( ) ;
174
175
} ;
175
176
var setupAddPasswordFields = function ( ) {
176
177
$ ( '#addpassword_form .formfield.textinput .label' ) . click ( focusTextInput ) ;
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ <h1>You Are Signed Out</h1>
55
55
< h1 > Welcome to Coder for Pi</ h1 >
56
56
< div class ="instructions "> First, let's give your Coder a name.</ div >
57
57
< div class ="formfield textinput ">
58
- < span class ="label "> My Coder</ span >
58
+ < span class ="label "> Your Coder's Name </ span >
59
59
< input class ="device_name " type ="text "/>
60
60
</ div >
61
61
< div class ="submit disabled "> OK. Save My Coder's Name</ div >
You can’t perform that action at this time.
0 commit comments