diff --git a/core/modules/color/color.js b/core/modules/color/color.js index c51fb92..901ff4e 100644 --- a/core/modules/color/color.js +++ b/core/modules/color/color.js @@ -238,8 +238,7 @@ Drupal.behaviors.color = { // Make clicks on elements in the preview box select the input text field // that controls that element. var key = this.key; - $('#preview .hotspot-palette-' + this.key) - .click( function(event) { + $('#preview .hotspot-palette-' + this.key).click(function (event) { $("div.form-item-palette-" + key +" input").trigger('focus'); event.stopPropagation(); });