Uplifted from https://tenfourfox.tenderapp.com/discussions/problems/8670-site-login-failure
After debugging, the problem with things not loading on the page appears to be because Rocket Loader doesn't load them. I can't find an uncompressed version and testing the site in the Debugger doesn't indicate anything obvious.
The workaround is to relax what is accepted for <script type="" so that the browser will just load the scripts for us and Rocket Loader can die in a fire.
Uplifted from https://tenfourfox.tenderapp.com/discussions/problems/8670-site-login-failure
After debugging, the problem with things not loading on the page appears to be because Rocket Loader doesn't load them. I can't find an uncompressed version and testing the site in the Debugger doesn't indicate anything obvious.
The workaround is to relax what is accepted for
<script type=""so that the browser will just load the scripts for us and Rocket Loader can die in a fire.