workaround because chrome doesn't support onclick in select options

This commit is contained in:
lenovo
2022-11-14 13:42:18 +01:00
parent 49daf21ae6
commit 48e1572957
8 changed files with 46 additions and 37 deletions

View File

@@ -11,7 +11,6 @@ function mp_coord_already_exist(&$coordinates, &$locations) {
function mp_sort_n_insert(&$event, &$locations) {
$coordinates = $event->location->coordinates;
mp_console_log("1");
if ($coordinates == null)
return;