From: Vincent Vanwaelscappel Date: Fri, 20 Mar 2026 18:06:57 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7d8871d333db73c5e154bacf0e5b5972b602f039;p=tortuga-home.git . --- diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index 926b699..73acb27 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + " diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8191d89..d9cac2e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,43 +5,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/js/home.js b/js/home.js index 377856c..33b3a3d 100644 --- a/js/home.js +++ b/js/home.js @@ -624,7 +624,7 @@ function updateScreenSaver(force) { $(img).on('load', function () { $(".screensaver").html(img); }) - img.src = 'https://tools.cocodrilo.enhydra.fr/images/suncurve.png?j=' + Date.now(); + img.src = 'https://tools.cocodrilo.enhydra.fr/images/xplanet/suncurve.png?j=' + Date.now(); } if (raspberry && !ecomode && !videoPlaying) { diff --git a/scripts/lib/weatherstation.php b/scripts/lib/weatherstation.php index 9d20a96..81d05c1 100644 --- a/scripts/lib/weatherstation.php +++ b/scripts/lib/weatherstation.php @@ -189,7 +189,7 @@ function _curve($weather, $curve) $res = '
'; $res .= '
'; if ($curve === 'sun') { - $res .= '
'; + $res .= '
'; } else { $res .= '
'; }