[SE mobile] Fix bug 34381, bug 34382, bug 34383

This commit is contained in:
Alexander Yuzhin 2017-03-20 17:03:22 +03:00
parent 2bfeb3e4bb
commit b04f4c38a0

View file

@ -120,6 +120,11 @@ define([
row = -1,
standartColors = Common.Utils.ThemeColor.getStandartColors();
// Disable duplicate
if ($(me.el).find('.list-block.color-palette').length > 0) {
return
}
_.each(Common.Utils.ThemeColor.getEffectColors(), function(effect, index) {
if (0 == index % me.options.themecolors) {
themeColors.push([]);