From 9542561b9c9035a08f90b2bfc044790f7420edbc Mon Sep 17 00:00:00 2001 From: Fomafix Date: Sun, 9 Feb 2020 10:52:46 +0100 Subject: [PATCH] Preload modules of the file upload dialog This prevents a delay when showing the file upload dialog. Change-Id: I0c29def8e65302078d4fd528abee7c07373803e7 --- modules/jquery.wikiEditor.dialogs.config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/jquery.wikiEditor.dialogs.config.js b/modules/jquery.wikiEditor.dialogs.config.js index 0e5412b5..32ed5355 100644 --- a/modules/jquery.wikiEditor.dialogs.config.js +++ b/modules/jquery.wikiEditor.dialogs.config.js @@ -560,6 +560,13 @@ return mw.msg( $( this ).attr( 'rel' ) ); } ) .removeAttr( 'rel' ); + + // Preload modules of file upload dialog. + mw.loader.load( [ + 'mediawiki.ForeignStructuredUpload.BookletLayout', + 'mediawiki.Upload.Dialog', + 'oojs-ui-windows' + ] ); }, dialog: { resizable: false,