Difference between revisions of "MediaWiki:Common.js"

From Geohashing
imported>Joannac
(Testing that Common.js editability is working.)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
+
console.log('https://geohashing.site/geohashing/MediaWiki:Common.js has been customised. This is normal.');
if( wgAction == 'edit' || wgAction == 'submit' || mgAction == 'create' ) {
 
window.scrollTo(0,document.body.scrollHeight);
 
}
 

Latest revision as of 11:31, 14 June 2020

console.log('https://geohashing.site/geohashing/MediaWiki:Common.js has been customised. This is normal.');