Commit 7a12d8c3 authored by Julia Radzhabova's avatar Julia Radzhabova

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

parent 25259f19
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment