Jump to content

MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
if ( mw.config.get('wgPageName') === 'Current_worldguards' ) {
function fetch_worldguard_data() {
fetch("https://betadynmap.puucraft.net/standalone/regions_world.json")
.then(function(response) {
if (response.ok) {
Cookies help us deliver our services. By using our services, you agree to our use of cookies.