From a9e7f2ed9cec6e9363f5be8e4371689c02237364 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 17 Apr 2017 19:16:47 +0000
Subject: [PATCH] Fix hashchange event handling due to various problems: - initial stop data not loading, - doubled loadTimes() invocations.

---
 index.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html
index 24f747d..f4e3a0e 100644
--- a/index.html
+++ b/index.html
@@ -98,6 +98,8 @@
 					
 					<h3 id="route-line"></h3>
 					
+					<p id="route-vehicle"></p>
+					
 					<table class="table table-condensed">
 						<thead>
 							<tr>

--
Gitblit v1.9.1