X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2FResources.php;h=c40ef9391618d1bff717418b8ebded4dd66de110;hb=e548e0f35c4b47a0de4903e8a3758c2b2d9e2712;hp=96a76df064ebed50ffe54c28fb74a9d8075165ca;hpb=f7e3ee20bb0384ff81752df8e53beca07c339304;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/Resources.php b/resources/Resources.php index 96a76df064..c40ef93916 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -174,7 +174,7 @@ return [ 'targets' => [ 'mobile', 'desktop' ], ], 'jquery.async' => [ - 'scripts' => 'resources/lib/jquery/jquery.async.js', + 'scripts' => 'resources/lib/jquery.async.js', ], 'jquery.byteLength' => [ 'scripts' => 'resources/src/jquery/jquery.byteLength.js', @@ -221,14 +221,14 @@ return [ 'dependencies' => 'mediawiki.jqueryMsg', ], 'jquery.cookie' => [ - 'scripts' => 'resources/lib/jquery/jquery.cookie.js', + 'scripts' => 'resources/lib/jquery.cookie.js', 'targets' => [ 'desktop', 'mobile' ], ], 'jquery.form' => [ - 'scripts' => 'resources/lib/jquery/jquery.form.js', + 'scripts' => 'resources/lib/jquery.form.js', ], 'jquery.fullscreen' => [ - 'scripts' => 'resources/lib/jquery/jquery.fullscreen.js', + 'scripts' => 'resources/lib/jquery.fullscreen.js', ], 'jquery.getAttrs' => [ 'targets' => [ 'desktop', 'mobile' ], @@ -248,7 +248,7 @@ return [ 'targets' => [ 'desktop', 'mobile' ], ], 'jquery.hoverIntent' => [ - 'scripts' => 'resources/lib/jquery/jquery.hoverIntent.js', + 'scripts' => 'resources/lib/jquery.hoverIntent.js', ], 'jquery.i18n' => [ 'scripts' => [ @@ -295,7 +295,7 @@ return [ 'targets' => [ 'desktop', 'mobile' ], ], 'jquery.mockjax' => [ - 'scripts' => 'resources/lib/jquery/jquery.mockjax.js', + 'scripts' => 'resources/lib/jquery.mockjax.js', ], 'jquery.mw-jump' => [ 'scripts' => 'resources/src/jquery/jquery.mw-jump.js', @@ -313,7 +313,7 @@ return [ ], 'jquery.jStorage' => [ 'deprecated' => 'Please use "mediawiki.storage" instead.', - 'scripts' => 'resources/lib/jquery/jquery.jStorage.js', + 'scripts' => 'resources/lib/jquery.jStorage.js', ], 'jquery.suggestions' => [ 'targets' => [ 'desktop', 'mobile' ], @@ -340,11 +340,11 @@ return [ 'targets' => [ 'mobile', 'desktop' ], ], 'jquery.throttle-debounce' => [ - 'scripts' => 'resources/lib/jquery/jquery.ba-throttle-debounce.js', + 'scripts' => 'resources/lib/jquery.ba-throttle-debounce.js', 'targets' => [ 'desktop', 'mobile' ], ], 'jquery.xmldom' => [ - 'scripts' => 'resources/lib/jquery/jquery.xmldom.js', + 'scripts' => 'resources/lib/jquery.xmldom.js', ], /* jQuery Tipsy */ @@ -2629,6 +2629,15 @@ return [ ], 'targets' => [ 'desktop', 'mobile' ], ], + 'mediawiki.widgets.CheckMatrixWidget' => [ + 'scripts' => [ + 'resources/src/mediawiki.widgets/mw.widgets.CheckMatrixWidget.js', + ], + 'dependencies' => [ + 'oojs-ui-core', + ], + 'targets' => [ 'desktop', 'mobile' ], + ], 'mediawiki.widgets.CategoryMultiselectWidget' => [ 'scripts' => [ 'resources/src/mediawiki.widgets/mw.widgets.CategoryTagItemWidget.js',