Merge "Allow users with deleterevision but not deletedhistory to delete revisions"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.userrights.js
1 /*!
2 * JavaScript for Special:UserRights
3 */
4 ( function () {
5 var convertmessagebox = require( 'mediawiki.notification.convertmessagebox' );
6 // Replace successbox with notifications
7 convertmessagebox();
8 }() );