Widget:Test1: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 4: Line 4:
window.IRHB = window.IRHB || {};
window.IRHB = window.IRHB || {};
var w = window.IRHB;
 
w.utility = {};
window.IRHB.get = window.IRHB.get || function(elem) {
var u = w.utility;
u.get = function(elem) {
if (typeof elem === "string") {
if (typeof elem === "string") {
elem = document.getElementById(elem);
elem = document.getElementById(elem);
Line 27: Line 24:
var d = w.data;
var d = w.data;
d.stats = false;
d.stats = false;
var get = w.get;


d.colours = [
d.colours = [

Revision as of 19:48, 21 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.