remove "Gateway-Feature"

This commit is contained in:
Nils Schneider 2015-07-31 12:02:49 +02:00
commit c13e648cc6
3 changed files with 2 additions and 26 deletions

View file

@ -182,7 +182,6 @@ define(["moment", "numeral", "tablesort", "tablesort.numeric"],
attributes.classList.add("attributes")
attributeEntry(attributes, "Status", showStatus(d))
attributeEntry(attributes, "Gateway", d.flags.gateway ? "ja" : null)
attributeEntry(attributes, "Koordinaten", showGeoURI(d))
if (config.showContact)