diff options
-rw-r--r-- | index.html | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,6 @@ <html> <head> <title> waterpi </title> - <meta http-equiv="refresh" content="60"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .gallery { @@ -147,5 +146,5 @@ function updateButtons() { updateGallery(); // Aktualisiere die Galerie alle 15 Minuten -setInterval(updateGallery, 90000); +setInterval(updateGallery, 900000); </script> |