diff --git a/apps/common/mobile/lib/component/ThemeColorPalette.js b/apps/common/mobile/lib/component/ThemeColorPalette.js index cbf243618..9b4070bd4 100644 --- a/apps/common/mobile/lib/component/ThemeColorPalette.js +++ b/apps/common/mobile/lib/component/ThemeColorPalette.js @@ -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;