Just did a little more research, I think it was an unintended side affect of: https://bitbucket.org/stephenmcd/mezzanine/commits/904b1a299a2d90c49d5d0aa7dfce63d23d35d8bd
That was reverting the moving of all JS to the footer. In fact the footer_scripts.html should have been left in the footer like they have always been. On Mon, May 19, 2014 at 11:29 AM, Josh Cartmell <[email protected]>wrote: > I just saw this happen as well, for me moving {% include > "includes/footer_scripts.html" %} in the <head> of base.html out of the > compress tag fixed it. I'm not sure when or why it was moved to the head > (it used to be in the footer like's it's path implies) but that seems to be > at least partially responsible for the problem. > > > On Mon, May 19, 2014 at 1:21 AM, Philip Southwell <[email protected]>wrote: > >> When I've changed css files sometimes I've forgotten to run >> "collectstatic". Could this be your trouble? >> >> >> On Monday, May 19, 2014 3:19:07 AM UTC+9:30, Jared Nielsen wrote: >>> >>> HI all, >>> Encountering strange behavior with the editable regions on a production >>> site while logged in as admin. The editable.css is not styling as expected. >>> It works fine on development and all other styles are rendering as they >>> should. Any thoughts? >>> Thanks. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Mezzanine Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
