For MediaWiki (recent comments | status changes | tags | authors | states | release notes | statistics)
Follow-up to r85049.
Can you please describe what cross-browser funkiness is going on here ?
$j
$
typeof
When I was testing on IE6 and had $, it wasn't loading any of the JS. I tried $j and it worked fine, and this change didn't seem to cause any regressions. the typeof as a function was just stylistic.
Where did you test ? What did you test ?
In the development version of MediaWiki (eg. what we're working on in SVN) $ and $j are exactly the same, if they're then not something is wrong in your script.
However the version currently live on Wikimedia (before 1.17) didn't have $, so it's very likely it didn't work there, however without testing on the SVN version you should't be making modifications based on what is live on Wikimedia (one day this won't be an issue, but right now it is)
Can you test again (if not already) on a clean install of svn-trunk-phase3 (ie. a simple local LAMP/XAMP webserver)