Browse Source

publish muk_web_editor_utils - 12.0

pull/48/head
MuK IT GmbH 5 years ago
parent
commit
ed26297d3d
  1. 1
      muk_web_editor_utils/static/src/js/options.js

1
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, {});

Loading…
Cancel
Save