bugfix: initial display mode
This commit is contained in:
parent
9f37f1f971
commit
92abc8e15b
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
||||||
|
|
||||||
var mode = $.cookie('uhr-mode' + this.id);
|
var mode = $.cookie('uhr-mode' + this.id);
|
||||||
if (mode === undefined || this.options.force) {
|
if (mode === undefined || this.options.force) {
|
||||||
status = this.options.mode;
|
mode = this.options.mode;
|
||||||
}
|
}
|
||||||
modeSwitch.prop('checked', mode !== 'seconds');
|
modeSwitch.prop('checked', mode !== 'seconds');
|
||||||
if (mode === 'seconds') {
|
if (mode === 'seconds') {
|
||||||
|
|
Loading…
Reference in a new issue