Changeset 19585 in josm for trunk/src


Ignore:
Timestamp:
2026-06-26T12:34:14+02:00 (28 hours ago)
Author:
stoecker
Message:

update tag2link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Tag2Link.java

    r19552 r19585  
    6565
    6666    static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source",
    67             Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2026.3.21/index.json"));
     67            Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2026.6.26/index.json"));
    6868
    6969    static final CachingProperty<List<String>> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
Note: See TracChangeset for help on using the changeset viewer.