[mobile] Bug with theme color component (when color contains only digits).

This commit is contained in:
Julia Radzhabova 2016-11-30 15:44:46 +03:00
parent 25259f1919
commit 7a12d8c390

View file

@ -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;