From 0b65cbfa54f7bbbb9ab3350f60cf326a16bcccb5 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 18 Jan 2018 08:08:34 +0000
Subject: [PATCH] Update stop names: Nowy Bieżanów P+R, Kurdwanów P+R, Podgórze SKA

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

diff --git a/index.html b/index.html
index 24f747d..65b6577 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>
@@ -132,8 +134,8 @@
 			</div>
 		</div>
 		<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7"  crossorigin="anonymous"></script>
-		<script tyle="text/javascript" src="lang_pl.js" id="lang_script"></script>
-		<script tyle="text/javascript" src="common.js"></script>
+		<script type="text/javascript" src="lang_pl.js" id="lang_script"></script>
+		<script type="text/javascript" src="common.js"></script>
 		<script type="text/javascript" src="index.js"></script>
 	</body>
 </html>

--
Gitblit v1.9.1