forked frompython/pythondotorg
- Notifications
You must be signed in to change notification settings - Fork0
Commitbc3d891
authored
Check package only benefits as well (python#1670)
A package only benefit's checkbox is rendered in the HTML with thedisabled attribute. Because of that, the click event wasn't beingtriggered by the browser. This fix turn off and on this attribute sothe click event can happen.1 parente4a3d88 commitbc3d891
File tree
2 files changed
+13
-3
lines changed- static/js/sponsors
- templates/sponsors
2 files changed
+13
-3
lines changedLines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
25 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 |
| |
27 | 32 |
| |
28 | 33 |
| |
| |||
38 | 43 |
| |
39 | 44 |
| |
40 | 45 |
| |
41 |
| - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
42 | 52 |
| |
43 | 53 |
| |
44 | 54 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
0 commit comments
Comments
(0)