MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 10:
})
.then(data => {
let div_for_worldguard_list = document.getElementById('load_fetched_json_worldguard_data')
let list = document.createElement('ul')
}
Line 16 ⟶ 17:
li.innerHTML = worldguardName
list.appendChild(li)
div_for_worldguard_list.appendChild(list)
}
})