Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Feb 16, 2012
1 parent 66af27c commit 4649805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion istsoll.html
Expand Up @@ -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('<option>'+yr+'</option>');
});

Expand Down

0 comments on commit 4649805

Please sign in to comment.