From 6d69db41fb8c4f7ad523b938d0a23d9dec62fe72 Mon Sep 17 00:00:00 2001 From: catvayor Date: Sun, 23 Jun 2024 15:59:05 +0200 Subject: [PATCH] uncomment geoLoc --- templates/conscrit.html.hbs | 2 +- templates/vieux.html.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/conscrit.html.hbs b/templates/conscrit.html.hbs index 2638405..428d396 100644 --- a/templates/conscrit.html.hbs +++ b/templates/conscrit.html.hbs @@ -42,7 +42,7 @@ setup_map(); setup_map_self(); -// {{#if gpslog}}setup_geoLoc();{{/if}} + {{#if gpslog}}setup_geoLoc();{{/if}} ////////////////////////////////////////////////////////////////////////////// // EVENT LISTENNING diff --git a/templates/vieux.html.hbs b/templates/vieux.html.hbs index fbc89ac..c5cb08d 100644 --- a/templates/vieux.html.hbs +++ b/templates/vieux.html.hbs @@ -68,7 +68,7 @@ setup_map(); setup_map_self(); -// {{#if gpslog}}setup_geoLoc();{{/if}} + {{#if gpslog}}setup_geoLoc();{{/if}} ////////////////////////////////////////////////////////////////////////////// // EVENT LISTENNING