Changes

From Life After BOB Wiki
52 bytes removed ,  08:41, 9 June 2021
no edit summary
Line 1: Line 1:  
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
   −
mw.loader.using( 'mw.Api' ).then( function () {
+
 
 
   var params = {
 
   var params = {
 
action: 'query',
 
action: 'query',
Line 16: Line 16:  
console.log( randoms[ r ].title );
 
console.log( randoms[ r ].title );
 
}
 
}
} );
   
} );
 
} );