X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2FResourcesOOUI.php;h=c9b5d89c941fe73ce8a0b44b8bdf5630a839516e;hb=18d8f2aa9998f516bc48ec20663c8fe56e051cd3;hp=c3a287dc8d28bb2b0c5cb12cfebbfaa59b661ede;hpb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/ResourcesOOUI.php b/resources/ResourcesOOUI.php index c3a287dc8d..c9b5d89c94 100644 --- a/resources/ResourcesOOUI.php +++ b/resources/ResourcesOOUI.php @@ -30,7 +30,7 @@ return call_user_func( function () { $themes = ExtensionRegistry::getInstance()->getAttribute( 'SkinOOUIThemes' ); // We only use the theme names for file names, and they are lowercase $themes = array_map( 'strtolower', $themes ); - $themes['default'] = 'mediawiki'; + $themes['default'] = 'wikimediaui'; // Helper function to generate paths to files used in 'skinStyles' and 'skinScripts'. $getSkinSpecific = function ( $module, $ext = 'css' ) use ( $themes ) { @@ -65,10 +65,8 @@ return call_user_func( function () { ], 'skinScripts' => $getSkinSpecific( null, 'js' ), 'dependencies' => [ - 'es5-shim', 'oojs', 'oojs-ui-core.styles', - 'oojs-ui.styles.icons', 'oojs-ui.styles.indicators', 'oojs-ui.styles.textures', 'mediawiki.language',