uhr.js noch weiter verschlankt
This commit is contained in:
parent
27ba54624b
commit
40aa13811a
1 changed files with 1 additions and 1 deletions
2
uhr.js
2
uhr.js
|
@ -225,7 +225,7 @@ Uhr.prototype.initLayoutSwitch = function(defaultValue, overrideCookie) {
|
|||
if (selectedLayout == undefined || (overrideCookie && (defaultValue != undefined))) {
|
||||
selectedLayout = defaultValue;
|
||||
}
|
||||
if (selectedLayout == undefined || selectedLayout == 'undefined') {
|
||||
if (selectedLayout == undefined) {
|
||||
// FIXME not nice, hardcoded default-value
|
||||
selectedLayout = 'de_CH';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue