1
I know that this topic's title seems to imply it is in the wrong forum, but you'll see why it is here.
I have a bunch of javascript in a module that I am writing, and I found the most convenient place to put it is in xoops.js, since that is loaded with every page already. That makes it a core hack.
Is this frowned upon? If so, where is the standard place to put a module's javascript?
Thanks for any advice.