Closed Polytonic closed 10 years ago
Stylus stylesheet fails to load. Most likely due to the document contents being overwritten prior to the stylesheet swap.
Can be fixed using jQuery.ajaxSetup async: false to guarantee the stylesheet is loaded after the template.
jQuery.ajaxSetup async: false
Stylus stylesheet fails to load. Most likely due to the document contents being overwritten prior to the stylesheet swap.