[SE mobile] Fix bug 34381, bug 34382, bug 34383
This commit is contained in:
parent
2bfeb3e4bb
commit
b04f4c38a0
|
@ -120,6 +120,11 @@ define([
|
||||||
row = -1,
|
row = -1,
|
||||||
standartColors = Common.Utils.ThemeColor.getStandartColors();
|
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) {
|
_.each(Common.Utils.ThemeColor.getEffectColors(), function(effect, index) {
|
||||||
if (0 == index % me.options.themecolors) {
|
if (0 == index % me.options.themecolors) {
|
||||||
themeColors.push([]);
|
themeColors.push([]);
|
||||||
|
|
Loading…
Reference in a new issue