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:
parent
0a773a2c47
commit
6d703a95c3
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user