-
Notifications
You must be signed in to change notification settings - Fork 18
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
Please stop including cockpit's deprecated bundled jquery #2
Comments
To clarify: This was not really your fault, but entirely our's -- sorry if the wording indicated otherwise. Cockpit's own examples and documentation included this (which got fixed now), but it's a potential breakage for any external cockpit extensions, so this needs to be cleaned up. Thanks! |
Added support for `z_shieldcoinbase` Added support for `sendtoaddress` Support jQuery 3.0 in response to #2
Added support for `z_shieldcoinbase` Added support for `sendtoaddress` Support jQuery 3.0 in response to #2
Thank you for reaching out to my little project. |
This project currently uses jquery from cockpit:
Please stop doing that and include your own from npmjs.org instead. If you rely on a particular jQuery version, this might break underneath you. Please see https://lists.fedorahosted.org/archives/list/cockpit-devel@lists.fedorahosted.org/thread/TDBKI4372I4ZPGQFCZB377DX2QG2YDDY/ for more information.
Particularly, cockpit will update to jQuery 3.0 soon (cockpit-project/cockpit#8505) which has quite a lot of changes, see the upgrade guide.
The text was updated successfully, but these errors were encountered: