2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-09-07 16:22:37 -06:00

bg fix for w, c, b button (b/w tiles)

This commit is contained in:
peterd 2014-09-14 23:55:02 +02:00
parent 0a773a2c47
commit 6d703a95c3

View File

@ -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);
}