From 0946d2266930bc5a2402c4252ffd084946273747 Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Wed, 23 Oct 2024 10:27:32 +0200 Subject: [PATCH] Use `shared_imageViewer` instead of `imageViewer` template --- com.woltlab.wcf/templates/headIncludeJavaScript.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl index 5ee0ce5cf9..506a7b5115 100644 --- a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl +++ b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl @@ -179,5 +179,5 @@ window.addEventListener('pageshow', function(event) { }); -{include file='imageViewer'} +{include file='shared_imageViewer'} {include file='headIncludeJsonLd'} -- 2.20.1