This repository was archived by the owner on Mar 3, 2020. It is now read-only.
Commit 618edd2
committed
Fixing errors with registration page
- Couldn't select a logo on Firefox, as the touch-swipe blocks the
`mouseup` event needed for `click` to work
- Issues showing an error with the password when team names are present
- The lack of an error text block caused JS errors
- The password field would not be marked in red
- `$('.el--text')[1]` would refer to the first email field,
rather than the password field1 parent eb06ec4 commit 618edd2
File tree
3 files changed
+12
-5
lines changed- src
- controllers
- static/js
3 files changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
471 | 475 | | |
472 | 476 | | |
473 | 477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
0 commit comments