jimniels / teamcolors

Team Colors for professional sports teams
https://teamcolors.jim-nielsen.com
138 stars 63 forks source link

Screen Flickers on initial load #51

Closed tjboudreaux closed 9 years ago

tjboudreaux commented 9 years ago

There is a small flicker that occurs on the initial page load. This is occurring because the stylesheet is being loaded by main.js and it has to wait for the document to be ready to edit.

Moving the loading into the template itself would correct this issue.

tjboudreaux commented 9 years ago

Duplicate of #52