whoops, forgot to reload the weather ;)

master
Thierry Degeling 2014-07-20 14:44:22 +02:00
parent 9a9ba9991b
commit 6bfab05718
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
loadWeather();
setInterval( function() {
refreshContent();
loadWeather();
}, 900000);
});