mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
Make sure update and edit work for location, API or not.
This commit is contained in:
@@ -72,6 +72,9 @@
|
||||
if (typeof marker !== 'undefined') {
|
||||
marker.remove();
|
||||
$('input[name="{{ haslocationvar }}"]').val('false');
|
||||
$('input[name="{{ latitudevar }}"]').val('');
|
||||
$('input[name="{{ longitudevar }}"]').val('');
|
||||
$('input[name="{{ zoomlevelvar }}"]').val('');
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user