add website to library services pop-up
This commit is contained in:
parent
c0ff5a418f
commit
0af9558adf
|
@ -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`) +
|
(!props.standard_loan_weeks || props.standard_loan_weeks == "?" ? `Unknown` : `${props.standard_loan_weeks} weeks`) +
|
||||||
`<br/>Software : ` +
|
`<br/>Software : ` +
|
||||||
(!props.ILS || props.ILS == "?" ? `Unknown` : `${props.ILS}`) +
|
(!props.ILS || props.ILS == "?" ? `Unknown` : `${props.ILS}`) +
|
||||||
|
`<br/>Website: ` +
|
||||||
|
(!props.website || props.website == "?" ? `Unknown` : `<a target="_blank" href="`+ `${props.website}` + `" >` + `${props.website}` + `</a>`) +
|
||||||
`</p>`
|
`</p>`
|
||||||
).openPopup()
|
).openPopup()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue