From 0af9558adf559c2312f13de3d7e9c56aa7bb71dc Mon Sep 17 00:00:00 2001 From: sallybaker Date: Wed, 10 Feb 2021 23:40:56 +1000 Subject: [PATCH] add website to library services pop-up --- website/load-map.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/load-map.js b/website/load-map.js index 2868002..464813f 100644 --- a/website/load-map.js +++ b/website/load-map.js @@ -458,6 +458,8 @@ Promise.all([boundaries, branchesCsv, ikcCsv, mechanics, nslaBranches]) (!props.standard_loan_weeks || props.standard_loan_weeks == "?" ? `Unknown` : `${props.standard_loan_weeks} weeks`) + `
Software : ` + (!props.ILS || props.ILS == "?" ? `Unknown` : `${props.ILS}`) + + `
Website: ` + + (!props.website || props.website == "?" ? `Unknown` : `` + `${props.website}` + ``) + `

` ).openPopup() }