From 464980541d673fb01a57ca4da8676f19bff9cb30 Mon Sep 17 00:00:00 2001 From: Gregor Aisch Date: Thu, 16 Feb 2012 10:45:36 +0100 Subject: [PATCH] . --- istsoll.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/istsoll.html b/istsoll.html index 63eccf3..7a0e1ba 100644 --- a/istsoll.html +++ b/istsoll.html @@ -65,7 +65,7 @@ // populate year select var s = $('#is-year'); - $.each([2009,2008,2007,2006], function(i,yr) { + $.each([2010,2009,2008,2007,2006], function(i,yr) { s.append(''); });