Update app.js

master
rnist 2022-12-18 11:17:28 +02:00 committed by GitHub
parent 8425f0b50a
commit cf6ee6045f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ let draw = function() {
minutes = doublenum(dx.getMinutes()); minutes = doublenum(dx.getMinutes());
if (offsets.length === 1) { if (offsets.length === 1 && false) {
let date = [require("locale").dow(new Date(), 1), require("locale").date(new Date(), 1)]; let date = [require("locale").dow(new Date(), 1), require("locale").date(new Date(), 1)];
// For a single secondary timezone, draw it bigger and drop time zone to second line // For a single secondary timezone, draw it bigger and drop time zone to second line
const xOffset = 30; const xOffset = 30;