MediaWiki:Common.js: Difference between revisions
No edit summary Tag: sourceedit |
No edit summary Tag: sourceedit |
||
Line 1: | Line 1: | ||
window.ajaxPages = ["Special:RecentChanges","Special:Watchlist","Special:Log","Special:Contributions"]; |
window.ajaxPages = ["Special:RecentChanges","Special:Watchlist","Special:Log","Special:Contributions"]; |
||
window.ajaxIndicator = 'http:// |
window.ajaxIndicator = 'http://vignette1.wikia.nocookie.net/subnautica/images/d/de/Ajax-loader.gif'; |
||
window.ajaxRefresh = 30000; |
window.ajaxRefresh = 30000; |
||
window.AjaxRCRefreshText = 'Auto-refresh'; |
window.AjaxRCRefreshText = 'Auto-refresh'; |
Revision as of 15:01, 2 October 2016
window.ajaxPages = ["Special:RecentChanges","Special:Watchlist","Special:Log","Special:Contributions"];
window.ajaxIndicator = 'http://vignette1.wikia.nocookie.net/subnautica/images/d/de/Ajax-loader.gif';
window.ajaxRefresh = 30000;
window.AjaxRCRefreshText = 'Auto-refresh';
window.AjaxRCRefreshHoverText = 'Automatically refresh the page';