Phoenix 1.0.1.x
While trying to troubleshoot a problem, I noticed that several of my menu modules were throwing these errors:
The code in question is the first line here:
A quick Google search said that these scripts were trying to load before the jQuery library was loaded. I looked, and jQuery was being loaded at the end of the page. When I moved the call to load the jQuery library into the <head> area, these errors went away.
So, my question is: Should loading the