Skip to content

Conversation

@rbqvq
Copy link
Contributor

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 <[email protected]>
Copy link
Member

@dschodscho 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!

@dschodscho merged commit ec275b8 into git-for-windows:mainJun 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 <[email protected]>
@dschodscho mentioned this pull request Jun 2, 2025
Sign up for freeto 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

@rbqvq@dscho