summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index 048d8d7..c8e863f 100644
--- a/index.html
+++ b/index.html
@@ -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>