[mobile] Bug with theme color component (when color contains only digits).
This commit is contained in:
parent
25259f1919
commit
7a12d8c390
|
@ -155,7 +155,7 @@ define([
|
||||||
el.find('.color-palette a').removeClass('active');
|
el.find('.color-palette a').removeClass('active');
|
||||||
$target.addClass('active');
|
$target.addClass('active');
|
||||||
|
|
||||||
var color = $target.data('color'),
|
var color = $target.data('color').toString(),
|
||||||
effectId = $target.data('effectid');
|
effectId = $target.data('effectid');
|
||||||
|
|
||||||
me.currentColor = color;
|
me.currentColor = color;
|
||||||
|
|
Loading…
Reference in a new issue