Skip to content
Snippets Groups Projects
Commit c4eb89fe authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

Merged in master (pull request #30)

typo in ufc/script.js gefixt
parents 6510ea1e 23418361
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ this.dow = function(d) {
this.getLongMonth = function(month){
if (typeof(month)!='number' || month < 0 || month >= 12)
return undefined;
return ["Januar","Feburar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"][month];
return ["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"][month];
}
this.show=function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment