mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2025-01-08 21:04:35 +00:00
8 lines
248 B
JavaScript
8 lines
248 B
JavaScript
|
mw.template.add( 'ext.echo.mobile', 'NotificationBadge.mustache',
|
||
|
mw.template.get( 'test.Echo', 'NotificationBadge.mustache' ).getSource()
|
||
|
);
|
||
|
|
||
|
mw.loader.using( 'mobile.startup' ).then( function () {
|
||
|
require( './test_NotificationBadge.js' );
|
||
|
} );
|