mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 15:36:58 +00:00
Remove comment related to skins.minerva.scripts after removal of it in 1053997
Bug: T221007 Change-Id: I0ca3e195aa623cff7ef437dc177179dee13c7cd1
This commit is contained in:
parent
c7215f9f5f
commit
5a05e94a1e
|
@ -291,8 +291,6 @@ function initDesktop() {
|
|||
*/
|
||||
function initMobile() {
|
||||
if ( !mw.user.isAnon() ) {
|
||||
// FIXME: skins.minerva.scripts can be removed from list of dependencies when T221007
|
||||
// has been resolved.
|
||||
mw.loader.using( [ 'ext.echo.mobile', 'mobile.startup' ] ).then( function ( require ) {
|
||||
require( 'ext.echo.mobile' )();
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue