Introduction
Introduction Statistics Contact Development Disclaimer Help
tweather.html: change default zip code - adamsgaard.dk - my academic webpage
git clone git://src.adamsgaard.dk/adamsgaard.dk
Log
Files
Refs
README
LICENSE
---
commit d4c788e246024c490241ec9b27c0052dccf32624
parent dd31eae4794c13f020bf9e41616e4594f8fd7014
Author: Anders Damsgaard <[email protected]>
Date: Sat, 26 Dec 2020 11:11:08 +0100
weather.html: change default zip code
Diffstat:
M output/weather.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/output/weather.html b/output/weather.html
t@@ -15,7 +15,7 @@
var zip = getUrlVars()["z"];
if (zip == "" || zip == undefined) {
- zip = 9520;
+ zip = 8000;
}
var lon, lat;
if (zip == 1000) {
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.