Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -2681,10 +2681,8 @@ |
2682 | 2682 | ); |
2683 | 2683 | |
2684 | 2684 | // Load embeddable private modules before any loader links |
2685 | | - // Per bug 34289, this needs to be TYPE_SCRIPTS. Using TYPE_COMBINED |
2686 | | - // causes the user.options CSS to be loaded twice. |
2687 | 2685 | $embedScripts = array( 'user.options', 'user.tokens' ); |
2688 | | - $scripts .= $this->makeResourceLoaderLink( $embedScripts, ResourceLoaderModule::TYPE_SCRIPTS ); |
| 2686 | + $scripts .= $this->makeResourceLoaderLink( $embedScripts, ResourceLoaderModule::TYPE_COMBINED ); |
2689 | 2687 | |
2690 | 2688 | // Script and Messages "only" requests marked for top inclusion |
2691 | 2689 | // Messages should go first |