Skip to content
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

Suggestion #18

Open
mcain66 opened this issue Jan 23, 2018 · 0 comments
Open

Suggestion #18

mcain66 opened this issue Jan 23, 2018 · 0 comments

Comments

@mcain66
Copy link

mcain66 commented Jan 23, 2018

Hi, a suggestion: add a setting to use the color's name (current/default, when supplied) or the color's value (option). Changes I've applied to make the option work:

Line 89: if (key === current_value) {
--> if (col=== current_value) {

And line 227: $('[name="' + $button.attr('data-target') + '"]').val(name);
--> $('[name="' + $button.attr('data-target') + '"]').val(col);

@mcain66 mcain66 changed the title Suggestions Suggestion Jan 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant