Jump to content

MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 160: Line 160:


const $frame = $("<iframe>")
const $frame = $("<iframe>")
.attr("src", `https://map-twi.1f616emo.xyz/#!/map/${layer}/${zoom}/${pos_x}/${pos_y}`)
.attr("src", "https://map-twi.1f616emo.xyz/#!/map/" + layer + "/" + zoom + "/" + pos_x + "/" + pos_y)
.attr("width", width)
.attr("width", width)
.attr("height", height);
.attr("height", height);