Only define 'isMainPage' if we are on the main page, the new mw.config library is...
authorKrinkle <krinkle@users.mediawiki.org>
Tue, 14 Jun 2011 23:29:45 +0000 (23:29 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Tue, 14 Jun 2011 23:29:45 +0000 (23:29 +0000)
commitfb0c86db643ac13ae15f4592a9ccd01dc888fdce
treeb1b2d0aa3dd13e2560141793f05870335fc9f6ad
parent33e3d23c56bdfdb86e4fd5223c094aa53d43fc57
Only define 'isMainPage' if we are on the main page, the new mw.config library is specifically built for this efficient way of exporting variables as it will prevent any TypeError exceptions and simply return null (it's not a real global anymore).

This is a follow-up on Brion's CR at r87212.
includes/OutputPage.php