mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +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 ($) {
|
(function ($) {
|
||||||
|
|
||||||
var __debug = false;
|
var __debug = false;
|
||||||
var __factor = 0.5;
|
var __factor = 0.8;
|
||||||
|
|
||||||
$.fn.farbtastic = function (options) {
|
$.fn.farbtastic = function (options) {
|
||||||
$.farbtastic(this, options);
|
$.farbtastic(this, options);
|
||||||
|
|
Loading…
Reference in a new issue