From 5515fcacb41ce1d10833e8aef44cfd00c8ecac8c Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 18 Mar 2017 21:46:25 +0000
Subject: [PATCH] Autofocus stop name input field

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

diff --git a/index.js b/index.js
index 8d2d8fe..a558485 100644
--- a/index.js
+++ b/index.js
@@ -271,7 +271,7 @@
 	nav.className = nav.className.replace(' loading', '');
 }
 
-function loadTimes(stopId = null, clearRoute = false) {
+function loadTimes(stopId, clearRoute) {
 	if(!stopId) stopId = stop_id;
 	if(!stopId) return;
 	

--
Gitblit v1.9.1