diff options
| -rw-r--r-- | public/static/js/autocomplete.js | 14 | 
1 files changed, 13 insertions, 1 deletions
| diff --git a/public/static/js/autocomplete.js b/public/static/js/autocomplete.js index 45b1ac8..6279502 100644 --- a/public/static/js/autocomplete.js +++ b/public/static/js/autocomplete.js @@ -278,6 +278,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Appenweier": null,  			"Appingedam": null,  			"Arad": null, +			"Arbeitsagentur, Karlsruhe": null,  			"Arbon": null,  			"Arbon Seemoosriet": null,  			"Arbste": null, @@ -607,6 +608,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Bar-le-Duc": null,  			"Barabein": null,  			"Barand": null, +			"Barbarossaplatz, Karlsruhe": null,  			"Barbelroth": null,  			"Barby": null,  			"Barcelona Clot-Arago": null, @@ -1206,7 +1208,6 @@ document.addEventListener('DOMContentLoaded', function() {  			"Borris st": null,  			"Borsdorf(Hess)": null,  			"Borsdorf(Sachs)": null, -			"Borup st": null,  			"Boskoop": null,  			"Boskoop Snijdelwijk": null,  			"Bottighofen": null, @@ -4216,6 +4217,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Janovice nad Uhlavou": null,  			"Janowice Wielkie": null,  			"Jaromer": null, +			"Jaromer zast.": null,  			"Jaroslaw": null,  			"Jarrenwisch": null,  			"Jasnitz": null, @@ -4631,6 +4633,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Kortrijk": null,  			"Koscian": null,  			"Koserow": null, +			"Kosice": null,  			"Kostalov": null,  			"Kothmaißling": null,  			"Kottenheim": null, @@ -4751,6 +4754,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Kyllburg": null,  			"Kyritz": null,  			"Kyritz Am Bürgerpark": null, +			"Kysak": null,  			"Kytlice": null,  			"Kälberau": null,  			"Kämmereiforst": null, @@ -5453,6 +5457,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Malbork": null,  			"Malchin": null,  			"Malching(Oberbay)": null, +			"Malchow Krebssee": null,  			"Male Brezno nad Labe": null,  			"Malk Göhren": null,  			"Malkov": null, @@ -6153,6 +6158,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Neuhausen Rheinfall": null,  			"Neuhausen(CH)": null,  			"Neuhausen(Cottbus)": null, +			"Neuhausmühle": null,  			"Neuhof(Kr Fulda)": null,  			"Neuhof(b Zossen)": null,  			"Neukieritzsch": null, @@ -6909,6 +6915,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Popov": null,  			"Popovice u Uh.Hradiste": null,  			"Poppenhausen": null, +			"Poprad-Tatry": null,  			"Pordenone": null,  			"Porrentruy": null,  			"Porschdorf(Pirna)": null, @@ -7003,6 +7010,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Prösen": null,  			"Prösen Ost": null,  			"Prösen West": null, +			"Pszczyna": null,  			"Puch b.Hallein Urstein": null,  			"Puch bei Hallein": null,  			"Puchheim": null, @@ -8923,6 +8931,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Vinkovci": null,  			"Vinzelberg": null,  			"Vipiteno-Val di Vizze/Sterzing-Pfitsch": null, +			"Virieu-le-Grand-Belley": null,  			"Visby st": null,  			"Vise": null,  			"Visp": null, @@ -9191,6 +9200,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Weißer See": null,  			"Weißes Roß": null,  			"Weißwasser(Oberlausitz)": null, +			"Welfenstraße, Karlsruhe": null,  			"Welgesheim-Zotzenheim": null,  			"Welkenraedt": null,  			"Welkers": null, @@ -9537,6 +9547,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Yorckstraße, Karlsruhe": null,  			"Yverdon-les-Bains": null,  			"Yves-Gomezee": null, +			"ZKM, Karlsruhe": null,  			"ZOB, Duderstadt": null,  			"Zaandam": null,  			"Zaandam Kogerveld": null, @@ -9626,6 +9637,7 @@ document.addEventListener('DOMContentLoaded', function() {  			"Ziersdorf": null,  			"Ziesar": null,  			"Zieverich": null, +			"Zilina": null,  			"Zillendorf": null,  			"Ziltendorf": null,  			"Zimmern(Main-Tauber)": null, | 
