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
The loading icon which is referenced in the CSS is an issue:
.loadingIcon {
/* ... */background:url("../assets/loading-icon.gif") center no-repeat;
}
For starters the file is missing. It would be nice to replace this with JS if possible, that way there is less files for uses to have to copy into their projects.
The text was updated successfully, but these errors were encountered:
The loading icon which is referenced in the CSS is an issue:
For starters the file is missing. It would be nice to replace this with JS if possible, that way there is less files for uses to have to copy into their projects.
The text was updated successfully, but these errors were encountered: