Issue #2470769 by wadmiraal, droplet, Manjit.Singh: Color module lock hooks don't show up correctly
parent
238ca5420e
commit
24c73b42bf
|
@ -210,7 +210,7 @@
|
|||
farb.linkTo(function () {}).setColor('#000').linkTo(this);
|
||||
|
||||
// Add lock.
|
||||
i = inputs.length;
|
||||
var i = inputs.length;
|
||||
if (inputs.length) {
|
||||
var toggleClick = true;
|
||||
var lock = $('<button class="color-palette__lock link">' + Drupal.t('Unlock') + '</button>').on('click', function (e) {
|
||||
|
|
Loading…
Reference in New Issue