pull/26/head
tomasz t 2021-12-29 23:12:47 +01:00
rodzic 535583ea31
commit 8c2ab043e1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -223,7 +223,7 @@ function renderSidebarForm() {
function renderEditButton(osm_id) {
return `<a href="${getOsmEditLink(osm_id)}" target="_blank" rel="noopener"
class="has-background-success-light card-footer-item has-text-centered is-size-7 has-text-weight-semibold"
>Dodaje brakujące informacje w OSM</a>`;
>Dodaj brakujące informacje w OSM</a>`;
}
function renderSaveButton() {