colpick-jQuery-Color-Picker icon indicating copy to clipboard operation
colpick-jQuery-Color-Picker copied to clipboard

Adding support for numeric Hex values

Open hawkeye0203 opened this issue 11 years ago • 0 comments

When a numeric hex value is given to this method (example: #222222) it skips the hex processing block and goes to return this, which achieves the wrong result. This adds support for detecting numeric hex's and processing properly.

hawkeye0203 avatar Mar 31 '15 17:03 hawkeye0203