use selected language for time format, add manual selector
You can now choose between 12h and 24h time in the top left language menu. Your preference is stored by the browser for future visits.
This commit is contained in:
@@ -363,6 +363,10 @@ export class DOMInvite implements Invite {
|
||||
this.update(invite);
|
||||
|
||||
document.addEventListener("profileLoadEvent", () => { this.loadProfiles(); }, false);
|
||||
document.addEventListener("timefmt-change", () => {
|
||||
this.created = this.created;
|
||||
this.usedBy = this.usedBy;
|
||||
});
|
||||
}
|
||||
|
||||
update = (invite: Invite) => {
|
||||
|
||||
Reference in New Issue
Block a user