From 2ec8b734a8f458b59c90517a73a2cc53171f1df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 13 Feb 2024 17:19:17 +0100 Subject: [PATCH] fix: Drop use of deprecated jquery load MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/document.js b/src/document.js index d45c2323bc..9f0d860e1d 100644 --- a/src/document.js +++ b/src/document.js @@ -365,7 +365,7 @@ const documentsMain = { }, 45000) }) - $('#loleafletframe').load(function() { + $('#loleafletframe').on('load', function() { const ViewerToLool = [ 'Action_FollowUser', 'Host_VersionRestore',