Skip to content

Commit

Permalink
Update map.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CLADAU authored Apr 30, 2024
1 parent f05429d commit 8c309a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,6 @@ $(window).on('load', function() {
credit += ' | ';
}

credit += 'View <a href="' + getSetting('_githubRepo') + '">code</a>';
if (getSetting('_codeCredit')) credit += ' by ' + getSetting('_codeCredit');
credit += ' with ';
$('.leaflet-control-attribution')[0].innerHTML = credit + attributionHTML;
}


/**
* Loads the basemap and adds it to the map
Expand Down

0 comments on commit 8c309a2

Please sign in to comment.