Skip to content

Commit 6eec64f

Browse files
committed
search JS: update for 5.0 → 5
1 parent e1afbb7 commit 6eec64f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function GetSearchHtml() {
2424
<!-- Button trigger modal -->
2525
<div class="m-5 text-center">
2626
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal">
27-
🔎 Search ScottPlot 5.0 Cookbook
27+
🔎 Search ScottPlot 5 Cookbook
2828
</button>
2929
</div>
3030
@@ -186,7 +186,7 @@ function SetupSearchElements() {
186186
myModal2.show();
187187
}
188188

189-
fetch("/cookbook/5.0/recipes.json", { cache: "no-store" })
189+
fetch("/cookbook/5/recipes.json", { cache: "no-store" })
190190
.then(response => response.json())
191191
.then(data => {
192192
globalRecipes = data.recipes;

0 commit comments

Comments
 (0)