Skip to content

Really avoid any jQuery construct #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

dscho
Copy link
Member

@dscho dscho commented Jun 2, 2025

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.

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 <[email protected]>
@dscho dscho self-assigned this Jun 2, 2025
@dscho dscho merged commit 6524132 into git-for-windows:main Jun 2, 2025
1 check passed
@dscho dscho deleted the really-no-more-jquery branch June 2, 2025 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant