mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
color picker: allow full white
This commit is contained in:
parent
5d96cf9754
commit
9070c71e9f
1 changed files with 13 additions and 13 deletions
|
@ -7,7 +7,7 @@
|
|||
(function ($) {
|
||||
|
||||
var __debug = false;
|
||||
var __factor = 0.8;
|
||||
var __factor = 1;
|
||||
|
||||
$.fn.farbtastic = function (options) {
|
||||
$.farbtastic(this, options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue