Online reference doesn't include jQuery.
aengelke opened this issue · 2 comments
aengelke commented
To reproduce:
Open the reference page (http://processing.org/reference/) in any Browser, and notice the console error $ is not defined. jQuery isn't loaded on any reference page:
scotthmurray commented
Verified. It seems site.js depends on jQuery, but the Reference pages do not load jQuery anywhere.
@amongiants Is site.js needed on Reference pages? If not, we should cut it. If it is needed, we should add back in a reference to jQuery.
aengelke commented
The site.js enables the sticky navigation.
