Widget:Test1: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 299: Line 299:
function mapClick() {
function mapClick() {
 
var tClass = event.target.getAttribute("class");
console.log(event.target.getAttribute("class"));
if (tClass !== null) {
//location.href = encodeURIComponent(event.target.className + " place-names");
location.href = encodeURIComponent(tClass + " place-names");
}
}
}



Revision as of 18:02, 22 May 2019

This widget displays the navigation map on country and administrative division landing pages in the place-names section of IRHB. It takes no parameters.