Merge branch 'feature/new-mobile' into HEAD
This commit is contained in:
commit
5f241f814e
|
@ -155,7 +155,7 @@ define([
|
|||
el.find('.color-palette a').removeClass('active');
|
||||
$target.addClass('active');
|
||||
|
||||
var color = $target.data('color'),
|
||||
var color = $target.data('color').toString(),
|
||||
effectId = $target.data('effectid');
|
||||
|
||||
me.currentColor = color;
|
||||
|
|
Loading…
Reference in a new issue