Browse Source

GeoInfo: bugfix updating format for gps info

master
Stephan Bösch-Plepelits 4 years ago
parent
commit
185924363d
  1. 4
      src/GeoInfo.js

4
src/GeoInfo.js

@ -100,8 +100,10 @@ register_hook('init', function () {
let lastLocation let lastLocation
function updateLocation (e) { function updateLocation (e) {
if (!e) {
if (e) {
lastLocation = e lastLocation = e
} else {
e = lastLocation
} }
if (e) { if (e) {

Loading…
Cancel
Save