From 7da957f9d22d57c0360e1b3141120f476a5bd628 Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Wed, 6 Oct 2021 14:13:23 +0200 Subject: [PATCH] Cleanup --- buscribe-web/index.html | 2 -- buscribe-web/script.js | 8 -------- 2 files changed, 10 deletions(-) diff --git a/buscribe-web/index.html b/buscribe-web/index.html index 4183bd8..0f5e261 100644 --- a/buscribe-web/index.html +++ b/buscribe-web/index.html @@ -9,7 +9,6 @@
-
@@ -19,7 +18,6 @@
-
diff --git a/buscribe-web/script.js b/buscribe-web/script.js index cb3eb7c..6bbe36a 100644 --- a/buscribe-web/script.js +++ b/buscribe-web/script.js @@ -43,14 +43,6 @@ function fillResults(results) { line_div.classList.add("line"); - // line_div.innerHTML = ` - //
- //
${line.start_bus_time}
- //
${line.start_time}
- //
- //
${line.text}
- // `; - line_div.innerHTML = `
${line.start_bus_time}
${line.text}