From 7375b7cbf03fdfaabd3226f63913f98ad968999b Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:43:44 +0800 Subject: [PATCH] fix(admin): remove version param from require.js to use cache Removed the version parameter from the require.js src attribute to enable browser caching of the script. This change will improve load times and performance by leveraging cached versions of the script when users revisit the site. --- app/admin/view/layout/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/view/layout/default.html b/app/admin/view/layout/default.html index 02e9d14..353ef1c 100644 --- a/app/admin/view/layout/default.html +++ b/app/admin/view/layout/default.html @@ -26,7 +26,7 @@ }; - + {include file="layout/editor" /}