Skip to content

Commit

Permalink
Update index_m.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-blackson committed Feb 7, 2024
1 parent bda25e0 commit 15b4e1b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
// example: select elements with id=key and class=value and insert value
if (!settings) return;

$('#loadLocationCode').on('click', function () {
onChange();

});
$('#loadSetup').on('click', function () {
onChange();

});

$('.value').each(function () {
var $key = $(this);
var id = $key.attr('id');
Expand Down Expand Up @@ -156,7 +165,6 @@
// geocode gefunden
$("#geocode").val(locationArray);
$("#geocodeLocation").val(geocodeNameArray);

}
else{
console.log('Geocode not found')
Expand Down

0 comments on commit 15b4e1b

Please sign in to comment.