Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MKR committed Jan 5, 2019
1 parent f5c0440 commit 8631d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compact-custom-header.lib.js
Expand Up @@ -267,7 +267,7 @@ if (proceed) {
};
let date = new Date();
date = date.toLocaleTimeString([], clock_format);
if (!window.cch_am_pm && window.ch_clock_format != 24) {
if (!window.cch_am_pm && window.cch_clock_format == 12) {
clock.innerHTML = date.slice(0, -3);
} else {
clock.innerHTML = date;
Expand Down

0 comments on commit 8631d04

Please sign in to comment.