tinymighty / booty

A modern theme for MediaWiki, built on Bootystrap 3 and Skinny.
MIT License
12 stars 7 forks source link

no js = no css #14

Open 666threesixes666 opened 9 years ago

666threesixes666 commented 9 years ago

disabling javascript results in css not being loaded.... step 1 load firefox step 2 about:config in browser url bar and go..... step 3 javascript.enabled switched to false step 4 navigate to www.funtoo.org

andru commented 9 years ago

Thanks for the bug report. I think this is related to the FOUC bug; the way things are currently set up, ResourceLoader loads additional skin CSS and JS files dynamically.

I'll try to make a fix for the next release that provides a means to specify which CSS should be loaded via tags in the document head.