From a469f44afcf2c9b30c93f96d197f8e9862829933 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 30 Apr 2014 14:41:51 +0200 Subject: partial fix for #407 the label still is wrong --- byob.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/byob.js b/byob.js index 9e0c067..e47f7c5 100644 --- a/byob.js +++ b/byob.js @@ -167,6 +167,9 @@ CustomBlockDefinition.prototype.templateInstance = function () { var block; block = this.blockInstance(); block.refreshDefaults(); + if (!block.zebraContrast) { + block.forceNormalColoring(); // label still is wrong + } block.isDraggable = false; block.isTemplate = true; return block; -- cgit v1.3.1