diff --git a/flickr.html b/flickr.html index 3a68fb2..fc663d0 100644 --- a/flickr.html +++ b/flickr.html @@ -63,11 +63,8 @@
- + - - -
diff --git a/flip.html b/flip.html index 8c5cfca..74fb0c6 100644 --- a/flip.html +++ b/flip.html @@ -66,11 +66,8 @@
- + - - -
- + -

Bandwidth usage

diff --git a/js/level2.js b/js/level2.js index e64cbbb..afa3b3c 100644 --- a/js/level2.js +++ b/js/level2.js @@ -7,19 +7,20 @@ }, 1000); refreshContent(); - setInterval( function() { refreshContent(); }, 60000); loadWeather(); + setInterval( function() { + loadWeather(); + }, 10000); setInterval( function() { reloadPage(); }, 10000); schedule(); - setInterval( function() { schedule(); }, 60000);