Added release notes for 'ContentHandler::runLegacyHooks' removal
[mediawiki.git] / resources / src / mediawiki.special / mediawiki.special.userrights.js
blob064398851b03177dbc9e12e4650110378ab92bb3
1 /*!
2  * JavaScript for Special:UserRights
3  */
4 ( function () {
5         var convertmessagebox = require( 'mediawiki.notification.convertmessagebox' );
6         // Replace successbox with notifications
7         convertmessagebox();
8 }() );