You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: