color picker: allow full white

pull/4733/head
John McLear 2021-02-08 11:01:27 +00:00
parent 5d96cf9754
commit 9070c71e9f
1 changed files with 13 additions and 13 deletions

View File

@ -7,7 +7,7 @@
(function ($) { (function ($) {
var __debug = false; var __debug = false;
var __factor = 0.8; var __factor = 1;
$.fn.farbtastic = function (options) { $.fn.farbtastic = function (options) {
$.farbtastic(this, options); $.farbtastic(this, options);