From f61fc7b8524863c0a07d38da2869f393f0ec0638 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 8 Jul 2024 14:19:55 +0200 Subject: [PATCH] fix: remove redundant URL parameter from embedded script Removed the redundant 'v=3' parameter from the script URL to ensure compatibility and potentially improve load performance. The parameter was unnecessary for the script versioning in this context. --- view_content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view_content.php b/view_content.php index 21b44c7..7834b1d 100644 --- a/view_content.php +++ b/view_content.php @@ -25,7 +25,7 @@ $content_id = $exp360->content_id; - +