Commit 5f241f81 authored by Alexander Yuzhin's avatar Alexander Yuzhin

Merge branch 'feature/new-mobile' into HEAD

parents 0f3d43bc 7a12d8c3
......@@ -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