mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
remove search points button
This commit is contained in:
parent
f92721131b
commit
8089d5c6a3
2 changed files with 11 additions and 8 deletions
|
@ -608,6 +608,9 @@ $(document).ready(function () {
|
|||
// filtres
|
||||
// boutons de toggle et de cycle de visibilité
|
||||
//
|
||||
$('#chercherButton').on('click', function () {
|
||||
loadOverpassQuery()
|
||||
})
|
||||
$('#filterUnkown').on('click', function () {
|
||||
console.log('filterUnkown', filterUnkown)
|
||||
display_unknown_max_power_station = cycleVariableState(display_unknown_max_power_station, '#filterUnkown')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue