mirror of
https://github.com/sstent/GarminSync.git
synced 2026-01-25 16:42:20 +00:00
python v2 - added feartures 1 and 2, fix gmt issue - daemon hsa errors part 2
This commit is contained in:
@@ -45,3 +45,8 @@ async function triggerSync() {
|
||||
|
||||
// Initialize on page load
|
||||
document.addEventListener('DOMContentLoaded', updateStatus);
|
||||
|
||||
async function toggleDaemon() {
|
||||
// TODO: Implement daemon toggle functionality
|
||||
alert('Daemon toggle functionality not yet implemented');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user