You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In git-for-windows#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>
0 commit comments