From ec3c223b7bb4ab4b39e69e994fe0f9f2950c05a2 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 9 Feb 2012 10:42:53 +0000 Subject: [PATCH] Explanatory comment for r111023 --- includes/OutputPage.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index c6d3680377..781aa61581 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2681,6 +2681,8 @@ $templates ); // Load embeddable private modules before any loader links + // Per bug 34289, this needs to be TYPE_SCRIPTS. Using TYPE_COMBINED + // causes the user.options CSS to be loaded twice. $embedScripts = array( 'user.options', 'user.tokens' ); $scripts .= $this->makeResourceLoaderLink( $embedScripts, ResourceLoaderModule::TYPE_SCRIPTS ); -- 2.20.1