repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix Selenium tests
[mediawiki.git]
/
resources
/
src
/
mediawiki.special
/
mediawiki.special.userrights.js
blob
064398851b03177dbc9e12e4650110378ab92bb3
1
/*!
2
* JavaScript for Special:UserRights
3
*/
4
(
function
() {
5
var
convertmessagebox
=
require
(
'mediawiki.notification.convertmessagebox'
);
6
// Replace successbox with notifications
7
convertmessagebox
();
8
}() );