From ed26297d3dfdfa8f6f4fd9f69085273e202a7604 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Tue, 18 Dec 2018 20:16:42 +0000 Subject: [PATCH] publish muk_web_editor_utils - 12.0 --- muk_web_editor_utils/static/src/js/options.js | 1 - 1 file changed, 1 deletion(-) diff --git a/muk_web_editor_utils/static/src/js/options.js b/muk_web_editor_utils/static/src/js/options.js index c9214c1..4281b28 100644 --- a/muk_web_editor_utils/static/src/js/options.js +++ b/muk_web_editor_utils/static/src/js/options.js @@ -72,7 +72,6 @@ options.registry.colorpicker.include({ this._super.apply(this, arguments); var isCustomColor = $(event.target).hasClass('mk_custom_color'); this.$target.toggleClass('mk_custom_background', isCustomColor); -// this._renderPickedColors(); }, _onCustomColorButtonClick: function () { var ColorpickerDialog = new colorpicker(this, {});