summaryrefslogtreecommitdiff
path: root/client/simple/src/js/main/mapresult.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/simple/src/js/main/mapresult.ts')
-rw-r--r--client/simple/src/js/main/mapresult.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/simple/src/js/main/mapresult.ts b/client/simple/src/js/main/mapresult.ts
index 88373186b..32bbec4fc 100644
--- a/client/simple/src/js/main/mapresult.ts
+++ b/client/simple/src/js/main/mapresult.ts
@@ -22,7 +22,7 @@ listen("click", ".searxng_init_map", async function (this: HTMLElement, event: E
Feature,
Point
} = await import("../pkg/ol.ts");
- import("ol/ol.css");
+ void import("ol/ol.css");
const { leafletTarget: target, mapLon, mapLat, mapGeojson } = this.dataset;