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