4,152
edits
Changes
Jump to navigation
Jump to search
add/improve comments
/* Any JavaScript here will be loaded for all users on every page load. */
/* More sensible default settings at Special:Block User https://github.com/Hitchwiki/hitchwiki/issues/23 */
if (document.querySelector('body.mw-special-Block')) {
document.querySelector('#mw-input-wpDisableEmail').click();
}
/* Replace map tags with image that links to Hitchmap
https://github.com/Hitchwiki/hitchwiki/issues/214 */
function createStaticMap(mapContainer, lat, lon, zoom, width, height) {
var TILE_SIZE = 256;