1
0
Fork 0

gipy: minor fix

master
frederic wagner 2023-01-04 08:58:13 +01:00
parent 4aa06762d4
commit 109fb2902e
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ function start_gipy(filename, path_data) {
!isNaN(data.lon) &&
(data.lat != 0.0 || data.lon != 0.0);
if (valid_coordinates) {
if (this.starting_time === null) {
if (status.starting_time === null) {
status.starting_time = getTime();
Bangle.loadWidgets(); // i don't know why i cannot load them at start : they would display on splash screen
}