diff --git a/src/khoj/interface/web/index.html b/src/khoj/interface/web/index.html
index 15deba05..659435b0 100644
--- a/src/khoj/interface/web/index.html
+++ b/src/khoj/interface/web/index.html
@@ -133,17 +133,6 @@
});
}
- function updateIndex() {
- type = document.getElementById("type").value;
- fetch(`/api/update?t=${type}&client=web`)
- .then(response => response.json())
- .then(data => {
- console.log(data);
- document.getElementById("results").innerHTML =
- render_results(data);
- });
- }
-
function incrementalSearch(event) {
type = document.getElementById("type").value;
// Search with reranking on 'Enter'
@@ -268,9 +257,6 @@
-
-
-
@@ -318,7 +304,7 @@
#options {
padding: 0;
display: grid;
- grid-template-columns: 1fr 1fr minmax(70px, 0.5fr);
+ grid-template-columns: 1fr minmax(70px, 0.5fr);
}
#options > * {
padding: 15px;