mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Merge pull request #2019 from ether/lighter-colors
allow for lighter colors
This commit is contained in:
commit
60017e9190
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
(function ($) {
|
||||
|
||||
var __debug = false;
|
||||
var __factor = 0.5;
|
||||
var __factor = 0.8;
|
||||
|
||||
$.fn.farbtastic = function (options) {
|
||||
$.farbtastic(this, options);
|
||||
|
|
Loading…
Reference in a new issue