infowindow style fabien
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user