infowindow style fabien

This commit is contained in:
lenovo
2022-11-14 14:18:42 +01:00
parent 48e1572957
commit 362e549d8b
2 changed files with 29 additions and 23 deletions

View File

@@ -93,7 +93,7 @@ function is_element_unchecked(element) {
function filter_show_only_selection(element, indexes, menu, add = false, zoom_in = true) {
// temp solution because we can't actually put onclick event inside select options
// BAD WORKAROUND solution because we can't actually put onclick event inside select options
// on chrome, so I have to recover the indexes another way
if (element.type == "select-one") {
if (element.value == menu)