Followup
r96679 -- fix for dumb mistake in merge
The code calling addScript from one function was accidentally not hoisted out of a function, turning it into dead code and causing a lot of modules not to get loaded.
This is why we have two people test things before we deploy them -- but even then some things slip through eh ;)