Merge "Allow mobile TOC on pages in all namespaces"

This commit is contained in:
jenkins-bot 2018-09-25 20:56:08 +00:00 committed by Gerrit Code Review
commit 1d9a057b72

View file

@ -89,7 +89,7 @@
* @ignore * @ignore
*/ */
function loadTabletModules() { function loadTabletModules() {
if ( browser.isWideScreen() && page.inNamespace( '' ) ) { if ( browser.isWideScreen() ) {
mw.loader.using( 'skins.minerva.tablet.scripts' ); mw.loader.using( 'skins.minerva.tablet.scripts' );
} }
} }