User:Monster Domosed/common.js: Difference between revisionsGive feedback
No edit summary |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 1: | Line 1: | ||
// Add Recent Changes to the Navigation | // Add Recent Changes to the Navigation sidebar | ||
mw.util.addPortletLink( | mw.util.addPortletLink( | ||
'p-navigation', | 'p-navigation', | ||
mw.util.getUrl('Special:RecentChanges'), | mw.util.getUrl('Special:RecentChanges'), | ||
'Recent Changes', | 'Recent Changes', | ||
' | 'remove-square' | ||
); | ); | ||