Skip to content
Snippets Groups Projects
Commit 258c51ea authored by se4598's avatar se4598
Browse files

typo in ufc/script.js gefixt

parent e17a8799
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ this.dow = function(d) { ...@@ -38,7 +38,7 @@ this.dow = function(d) {
this.getLongMonth = function(month){ this.getLongMonth = function(month){
if (typeof(month)!='number' || month < 0 || month >= 12) if (typeof(month)!='number' || month < 0 || month >= 12)
return undefined; 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() { this.show=function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment