From 6d703a95c3e9cb6fed60bfcbaeeba94490e639e1 Mon Sep 17 00:00:00 2001 From: peterd Date: Sun, 14 Sep 2014 23:55:02 +0200 Subject: [PATCH] bg fix for w, c, b button (b/w tiles) --- colorPicker.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colorPicker.js b/colorPicker.js index 0d4d022..4e86d83 100644 --- a/colorPicker.js +++ b/colorPicker.js @@ -365,7 +365,8 @@ app = app.children[0]; app.style.cssText = _options.initStyle || ''; // for initial hiding... - app.className = app.className.split(' ')[0]; // cleanup for multy instances + // get a better addClass for this.... + // app.className = app.className.split(' ')[0]; // cleanup for multy instances return (_options.appenTo || document.body).appendChild(app); }