From 4185fa37d3a5a7b52049089507d5a5b0a489ac68 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 06 Jul 2019 00:01:22 +0000 Subject: [PATCH] Remove redundant featureClicked calls without an argument --- index.html | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 4326199..4b7b298 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="manifest" href="index.manifest" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" type="text/css" href="index.css"> <style type="text/css" id="vehicle-data-style"></style> @@ -56,7 +57,7 @@ <div class="row"> <div class="col-md-6"> - <h2 id="times-stop-name"></h2> + <h2 id="times-stop"><small id="times-stop-type"></small><br /><span id="times-stop-name"></span></h2> <div id="times-alerts"></div> @@ -129,13 +130,13 @@ <p class="small" data-translate="help_text">Względne czasy (np. 3 min) są podawane na podstawie faktycznej lokalizacji pojazdów. Czasy bezwzględne (np. 8:01) to odjazdy rozkładowe, pokazywane gdy pojazd nie może być zlokalizowany. "?" oznacza nieznane opóźnienie.</p> - <p class="small">© 2016-2017 Jacek Kowalski - <a href="https://github.com/jacekkow/mpk-ttss" data-translate="help_source">Źródło</a> - <a href="https://raw.githubusercontent.com/jacekkow/mpk-ttss/master/LICENSE" data-translate="help_license">Licencja</a></p> + <p class="small">© 2016-2019 Jacek Kowalski - <a href="https://github.com/jacekkow/mpk-ttss" data-translate="help_source">Źródło</a> - <a href="https://raw.githubusercontent.com/jacekkow/mpk-ttss/master/LICENSE" data-translate="help_license">Licencja</a></p> </div> </div> </div> - <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"></script> - <script type="text/javascript" src="lang_pl.js?v4" id="lang_script"></script> - <script type="text/javascript" src="common.js?v7"></script> - <script type="text/javascript" src="index.js?v3"></script> + <script src="https://polyfill.io/v3/polyfill.min.js?features=Promise,XMLHttpRequest"></script> + <script type="text/javascript" src="lang_pl.js?v10" id="lang_script"></script> + <script type="text/javascript" src="common.js?v10"></script> + <script type="text/javascript" src="index.js?v8"></script> </body> </html> -- Gitblit v1.9.1