Issue #2470769 by wadmiraal, droplet, Manjit.Singh: Color module lock hooks don't show up correctly

8.0.x
Alex Pott 2015-05-26 11:52:04 +01:00
parent 238ca5420e
commit 24c73b42bf
1 changed files with 1 additions and 1 deletions

View File

@ -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) {