-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix Explore button not working #3720
Conversation
Ready for review. |
check if the hover effect still works |
@smotornyuk I checked this one, and the hover effect works, meaning the cursor changes on button hover. |
There's also some a11y issue with tags missing an href. Something about screen readers not seeing them as proper links. |
@wardi Now when I think better about this one, it doesn't make sense to me to use an I suggest to change it to use |
Verified |
Issue appears only in master.
When jQuery was upgraded to v3, the Explore button stopped working in a dataset page.
This PR fixes that.