Skip to content

Fix download button href replace #76

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
Merged

Conversation

rbqvq
Copy link
Contributor

@rbqvq rbqvq commented May 30, 2025

jQuery was dropped

Link: #62

Replace download button href replace to getElementById

jQuery was dropped.
Link: #62

Replace download button href replace to `getElementById`

Signed-off-by: Coia Prant <coiaprant@gmail.com>
Copy link
Member

@dscho dscho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much!

@dscho dscho merged commit ec275b8 into git-for-windows:main Jun 2, 2025
1 check passed
dscho added a commit to dscho/git-for-windows.github.io that referenced this pull request Jun 2, 2025
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>
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.

2 participants