We currently have this in our page source:
<script>if(window.mw){ mw.config.set(...); }</script> <script>if(window.mw){ mw.loader.load( ... ); }</script>
Seems kinda ridiculous. The config.set() call should be merged into the bottom one.
Version: 1.17.x
Severity: enhancement