| Index: trunk/phase3/resources/Resources.php |
| — | — | @@ -587,6 +587,7 @@ |
| 588 | 588 | 'jquery.messageBox', |
| 589 | 589 | 'jquery.mwExtension', |
| 590 | 590 | ), |
| | 591 | + 'messages' => array( 'showtoc', 'hidetoc' ), |
| 591 | 592 | ), |
| 592 | 593 | |
| 593 | 594 | /* MediaWiki Action */ |
| — | — | @@ -863,8 +864,6 @@ |
| 864 | 865 | 'scripts' => 'common/wikibits.js', |
| 865 | 866 | 'remoteBasePath' => $GLOBALS['wgStylePath'], |
| 866 | 867 | 'localBasePath' => $GLOBALS['wgStyleDirectory'], |
| 867 | | - 'dependencies' => 'mediawiki.language', |
| 868 | | - 'messages' => array( 'showtoc', 'hidetoc' ), |
| 869 | 868 | 'position' => 'bottom', |
| 870 | 869 | ), |
| 871 | 870 | 'mediawiki.legacy.wikiprintable' => array( |