-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit db57aa2
Allow use of the enter key for password input for code-server (#479)
* Allow use of the enter key for password input for code-server
* Remove function, make html form
* Remove function and create html form
* Handle form submit action
* Remove button listener
* Check if form exists1 parent f7342ed commit db57aa2
2 files changed
+26
-21
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | - | ||
11 | - | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
16 | - | ||
17 | - | ||
18 | - | ||
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | ||
23 | - | ||
24 | - | ||
25 | - | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | - | ||
24 | - | ||
25 | - | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
26 | 27 |
| |
27 | - | ||
28 | + | ||
29 | + | ||
30 | + | ||
28 | 31 |
| |
29 | 32 |
| |
30 | 33 |
| |
| |||
38 | 41 |
| |
39 | 42 |
| |
40 | 43 |
| |
41 | - | ||
44 | + |
0 commit comments