Commit bbbcf70
committed
Really avoid any jQuery construct
In #76,
I merged a contribution that purported to fix the problem that the
download button no longer pointed to the appropriate installer.
The underlying root cause is that that logic relied on jQuery, but we
recently got rid of it (because our copy was ridiculously outdated).
The problem with that PR is that it had an incomplete solution, still
leaving `$(...)` calls in place.
This here commit fixes that.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent ec275b8 commit bbbcf70
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments