diff options
Diffstat (limited to '')
-rw-r--r-- | public/js/index.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public/js/index.js b/public/js/index.js index 67ef45b3..919626c2 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -184,9 +184,7 @@ var supportExtraTags = [ text: '[random color tag]', search: '[]', command: function () { - var color = randomColor({ - luminosity: 'light' - }); + var color = randomColor(); return '[color=' + color + ']'; } } |