Skip to content

Commit 12a5ec0

Browse files
lfranckeclaude
andcommitted
chore: Renumber the search script to resolve the 07- prefix collision
Upstream's breadcrumb-truncation script arrived as 07-breadcrumbs.js; our search script already used the 07- prefix. The bundle concatenates the numbered scripts in sorted order and the two are independent, so this only restores the one-number-one-script convention. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent a3a60c7 commit 12a5ec0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/partials/footer-scripts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<script async src="{{{uiRootPath}}}/js/vendor/highlight.js"></script>
33
<script async src="{{{uiRootPath}}}/js/vendor/tabs.js" data-sync-storage-key="preferred-tab"></script>
44
<script>
5-
// Loads the pagefind search UI on first use (see 07-search.js); the
5+
// Loads the pagefind search UI on first use (see 08-search.js); the
66
// assets stay off the critical rendering path of every page.
77
// Some styling is customized, these classes are found in search.css.
88
window.loadSearch = (function () {

0 commit comments

Comments
 (0)