From 309e0ba3ab32990f52e2681e9ff13704a98299f3 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Thu, 26 Oct 2023 23:22:25 +0200 Subject: [PATCH] Avoid deprecated jquery function. --- src/wrmap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrmap.ts b/src/wrmap.ts index 58de574..b0eed43 100644 --- a/src/wrmap.ts +++ b/src/wrmap.ts @@ -351,4 +351,4 @@ function init_wrmaps() { } -$(document).ready(init_wrmaps); +$(init_wrmaps); -- 2.39.5