Skip to content

Commit

Permalink
Newline
Browse files Browse the repository at this point in the history
  • Loading branch information
svera committed Jan 12, 2025
1 parent be20a72 commit 914c1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webserver/embedded/js/datetime.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ document.addEventListener('DOMContentLoaded', function() {
const dt = DateTime.fromISO(element.textContent);
element.textContent = dt.toRelative({ locale: document.documentElement.lang });
});
});
});

0 comments on commit 914c1fe

Please sign in to comment.