mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
removed console log
This commit is contained in:
@@ -66,7 +66,6 @@ define('forum/groups/details', function() {
|
||||
if (settingsFormEl.length) {
|
||||
// Add color picker to settings form
|
||||
require(['vendor/colorpicker/colorpicker'], function() {
|
||||
console.log(colorBtn, colorBtn.ColorPicker);
|
||||
colorBtn.ColorPicker({
|
||||
color: colorValueEl.val() || '#000',
|
||||
onChange: function(hsb, hex) {
|
||||
|
||||
Reference in New Issue
Block a user