MediaWiki:Common.js: Difference between revisions
(Created page with "→Any JavaScript here will be loaded for all users on every page load.: →Auto updating recent changes opt-in * See w:c:dev:AjaxRC for info & attribution: AjaxR...") Tag: sourceedit |
(Removing all content from page) Tag: sourceedit |
||
Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ |
|||
/* Auto updating recent changes opt-in |
|||
* See w:c:dev:AjaxRC for info & attribution |
|||
*/ |
|||
AjaxRCRefreshText = 'Auto-Refresh'; |
|||
AjaxRCRefreshHoverText = 'Automatically refresh the page'; |
|||
ajaxPages = ["Special:RecentChanges","Special:WikiActivity","Special:UncategorizedPages","Special:AllPages"]; |
|||
importScriptPage('AjaxRC/code.js', 'dev'); |