Skip to content

Commit

Permalink
fix: arbitrary comment/code to trigger cache change
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Apr 19, 2024
1 parent 571a27b commit 2d81f40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ function toArrayBuffer(buffer) {
);
}

// arbitrary comment to trigger re-cache
(() => {})();

// load jQuery and Bootstrap
// <https://stackoverflow.com/a/34340392>
// <https://github.com/FezVrasta/popper.js/issues/287#issuecomment-321887784>
Expand Down

0 comments on commit 2d81f40

Please sign in to comment.