From 532515d41a8e2ce914ac7c9e01c41044ebd62452 Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 6 Apr 2023 21:45:07 -0700 Subject: Set correct index pages --- frontend/script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/script.js') diff --git a/frontend/script.js b/frontend/script.js index 6f4775e..20f5b08 100644 --- a/frontend/script.js +++ b/frontend/script.js @@ -9,7 +9,8 @@ function populateSearchBar(docset_json) { // Add to docset-table document.getElementById("docset-table").getElementsByTagName("tbody")[0].innerHTML += "" + "" + - "" + "" + -- cgit