-
Notifications
You must be signed in to change notification settings - Fork 169
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
Links to GitHub repos #49
Comments
The foundation for this is laid out, and learn.jquery.com already makes use of it. Still need to figure out how/where to put the source link in other sites. |
@johnkpaul is this something you could work on for other sites? |
@jzaefferer Sure. The source url is now stored in every site, not just learn. It's just a matter of putting a call to the new function |
I don't think there's design for that anywhere, apart from learn. Can you look into adapting that? |
Yes, I'll start working on it for qunitjs and then move to others. |
@johnkpaul could you look into this (again)? |
@jzaefferer Yes, I will look into this next week. |
Great. Keep in touch with @ajpiano and @scottgonzalez in #jquery-content, since they're both working on web-base-template and sites. This ticket was discussed there yesterday. |
hey @johnkpaul! Want to give this another try? Its been a mere year... Btw. we can even pre-fill some of the fields with the right query parameters, like this. |
This is being tracked in #279 now. |
The Clipboard.js library often doesn't really copy to clipboard despite reporting it completed successfully. Instead, this commit switches from it to a polyfill to a native clipboard async API that works (tested in Chrome 81, Firefox 75 & Safari 13.1). Fixes jquery#49
When people spot issues on our sites, they should instantly see a link to this and the respective content repo to report issues.
The text was updated successfully, but these errors were encountered: