We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1afbb7 commit 6eec64fCopy full SHA for 6eec64f
1 file changed
static/js/cookbook-search-5.0.js static/js/cookbook-search-5.jsstatic/js/cookbook-search-5.0.js renamed to static/js/cookbook-search-5.js
@@ -24,7 +24,7 @@ function GetSearchHtml() {
24
<!-- Button trigger modal -->
25
<div class="m-5 text-center">
26
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal">
27
- 🔎 Search ScottPlot 5.0 Cookbook
+ 🔎 Search ScottPlot 5 Cookbook
28
</button>
29
</div>
30
@@ -186,7 +186,7 @@ function SetupSearchElements() {
186
myModal2.show();
187
}
188
189
-fetch("/cookbook/5.0/recipes.json", { cache: "no-store" })
+fetch("/cookbook/5/recipes.json", { cache: "no-store" })
190
.then(response => response.json())
191
.then(data => {
192
globalRecipes = data.recipes;
0 commit comments