From 2d81f40c065523e8ad7f5a4a4de327a6b6d7f696 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Fri, 19 Apr 2024 07:50:41 -0500 Subject: [PATCH] fix: arbitrary comment/code to trigger cache change --- assets/js/core.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/js/core.js b/assets/js/core.js index c9ce2c0f96..490871e821 100644 --- a/assets/js/core.js +++ b/assets/js/core.js @@ -25,6 +25,9 @@ function toArrayBuffer(buffer) { ); } +// arbitrary comment to trigger re-cache +(() => {})(); + // load jQuery and Bootstrap // //