From 11a36b7782a950e14a8ddcc59a2d80fe6408f51c Mon Sep 17 00:00:00 2001 From: Louie S Date: Mon, 3 Apr 2023 20:40:22 -0700 Subject: Changes to HTML layout --- frontend/index.html | 14 +++++++------- frontend/script.js | 9 ++------- frontend/style.css | 16 ++++++++++++---- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 4828dd9..44e988f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -10,13 +10,13 @@

Dash Docset Viewer

- - - - - + diff --git a/frontend/script.js b/frontend/script.js index 90dcb9a..6f4775e 100644 --- a/frontend/script.js +++ b/frontend/script.js @@ -1,5 +1,4 @@ const endpoint = "http://127.0.0.1:8080/endpoints" -let i = 0; function set_embed_page(url) { @@ -7,12 +6,8 @@ function set_embed_page(url) { } function populateSearchBar(docset_json) { - //console.log(docset_json); - ++i; - console.log(i); - - // Add to search bar - document.getElementById("searchbar").getElementsByTagName("tbody")[0].innerHTML += "" + + // Add to docset-table + document.getElementById("docset-table").getElementsByTagName("tbody")[0].innerHTML += "" + "" + "