-
Notifications
You must be signed in to change notification settings - Fork 100
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
sympa.js bundles part of MochiKit #334
Comments
We probably may replace the code with external color picker plugins. Some examples:
|
Replacing the 2 functions from MochiKit with something else is probably a good idea, but in the meanwhile, would extracting this to its own file be feasible ? Or possibly import Color.js from the link above ? This may help with the later code replacement. |
Just a note, the following files are used by the color picker and could be removed if it is replaced by something else: |
I mean at least this range of lines can be replaced by an external plugin. Besides,
|
In PR above I chose jQuery MiniColors, because some major distributions (Debian and derivatives) provide package. |
PR was merged. Closing. |
sympa.js is bundling part of MochiKit.
See
sympa/www/js/sympa.js
Line 264 in 4c2a752
I think this should at least be separated to its own file or possibly be removed and the current version of MochiKit, in whole or in part, be used instead. I have not researched which version sympa.js is bundling, but here's a link to the file containing the 2 functions in the latest MochiKit stable version: https://github.com/mochi/mochikit/blob/MochiKit-1.4.2/MochiKit/Color.js
The text was updated successfully, but these errors were encountered: