cee7382963c3898f1733733ada803e9228e33abd
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.preferences.convertmessagebox.js
1 /*!
2 * JavaScript for Special:Preferences: Check for successbox to replace with notifications.
3 */
4 ( function ( mw, $ ) {
5 $( function () {
6 var convertmessagebox = require( 'mediawiki.notification.convertmessagebox' );
7 convertmessagebox();
8 } );
9 }( mediaWiki, jQuery ) );