diff --git a/public/static/js/geolocation.js b/public/static/js/geolocation.js index a4969005676404ff74451acc262a752275c33f1f..c428acdb6b4e0ed7b04b556218dd80f91fbf0ed1 100644 --- a/public/static/js/geolocation.js +++ b/public/static/js/geolocation.js @@ -24,7 +24,7 @@ $(document).ready(function() { const res = $(document.createElement('p')); $.each(stops, function(i, stop) { const parts = stop.split(';'); - const node = $('' + parts[1] + ''); + const node = $('' + parts[1] + ''); node.click(function() { $('nav .preloader-wrapper').addClass('active'); }); diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 856fdef09478feef9ab4f6ea763a4847e357fc5b..0ccb1ada5617416b521fc54441cd2da6068e0209 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -57,7 +57,7 @@
Hallo, <%= $user->{name} %>!

Du bist gerade nicht eingecheckt.

-
+ %= hidden_field backend_dbris => $user->{backend_dbris}