You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are the main areas it complains about:
if (!Aloha.settings.plugins.colorselector) {
Aloha.settings.plugins.colorselector = {}
}
self.settings = Aloha.settings.plugins.colorselector || {};
I get errors complaining about undefined, I comment that out, I get errors complaining about Aloha.ui.Button.. not sure what to do.
The text was updated successfully, but these errors were encountered:
I keep getting strange errors..
These are the main areas it complains about:
if (!Aloha.settings.plugins.colorselector) {
Aloha.settings.plugins.colorselector = {}
}
self.settings = Aloha.settings.plugins.colorselector || {};
I get errors complaining about undefined, I comment that out, I get errors complaining about Aloha.ui.Button.. not sure what to do.
The text was updated successfully, but these errors were encountered: