diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-03-16 21:33:19 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-16 21:33:19 +0100 |
commit | c8f9fc901b440cb5f99fa531c6884af2b997ad97 (patch) | |
tree | 3065e5d1c41f6cc0af61045b7b6468503b6d0c85 /public/static/js/geolocation.js | |
parent | 26da2b598c92e22b6c57a391acea26d08ff4f767 (diff) |
allow manual input of station name
Closes #1
Diffstat (limited to 'public/static/js/geolocation.js')
-rw-r--r-- | public/static/js/geolocation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/static/js/geolocation.js b/public/static/js/geolocation.js index 6e638e0..9cde56d 100644 --- a/public/static/js/geolocation.js +++ b/public/static/js/geolocation.js @@ -6,7 +6,7 @@ $(document).ready(function() { placeholder.remove(); var errnode = $(document.createElement('div')); errnode.attr('class', 'error'); - errnode.text(message + '. Alternativ kannst du unter „travelynx.de/s/Name der Station“ einchecken.'); + errnode.text(message); var headnode = $(document.createElement('strong')); headnode.text(header); |