aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dumbyUtils.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dumbyUtils.mjs b/src/dumbyUtils.mjs
index 8110e82..975833b 100644
--- a/src/dumbyUtils.mjs
+++ b/src/dumbyUtils.mjs
@@ -144,7 +144,7 @@ export const addGeoSchemeByText = async (node) => {
144 144
145 // Return anchor element with Geo Scheme 145 // Return anchor element with Geo Scheme
146 const a = document.createElement('a') 146 const a = document.createElement('a')
147 a.className = 'not-geolink from-geocoding' 147 a.className = 'not-geolink from-text'
148 a.href = `geo:0,0?xy=${x},${y}` 148 a.href = `geo:0,0?xy=${x},${y}`
149 a.textContent = match.at(0) 149 a.textContent = match.at(0)
150 return a 150 return a