Bureaucrats, editor, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
47,327
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 170:
row.querySelector('.mw-changeslist-groupdiff').textContent = 'diff';
}
// new
else {
row.querySelector('.mw-changeslist-links span:first-child').textContent = 'diff';
Line 179:
row.querySelector('.mw-changeslist-history').textContent = 'hist';
}
// nonexistent
// @todo check for new classname/structure; no example rn
else {
|