aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/script.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/script.js b/static/script.js
index 008e01bb..cb914e54 100644
--- a/static/script.js
+++ b/static/script.js
@@ -347,6 +347,7 @@ window.onload = function () {
}
for (let s of el.querySelectorAll(field + " > :not(parameters)")) {
switch (s.tagName) {
+ // TODO TZ?
case 'date':
lst.push([s, (s, v) => s.innerHTML = v.format("%Y-%m-%d")]); break;
case 'date-time':