fix: fix typo

dev
gravel 2 years ago
parent 3d438f9887
commit 58a9f8eac6
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -73,7 +73,7 @@ export class RoomInfo {
static getRoomCreationDate(identifier) {
const room = _RoomInfo.getRoom(identifier);
return new Date(row.created * 1000);
return new Date(room.created * 1000);
}
}

@ -35,9 +35,9 @@
<?php include "+components/page-head.php" ?>
<link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/">
<link rel="stylesheet" href="/index.css">
<script type="module" src="/main.js"></script>
<link rel="modulepreload" href="/js/util.js">
<link rel="stylesheet" href="/index.css#<?=md5_file("$DOCUMENT_ROOT/index.css")?>">
<script type="module" src="/main.js#<?=md5_file("$DOCUMENT_ROOT/main.js")?>"></script>
<link rel="modulepreload" href="/js/util.js#<?=md5_file("$DOCUMENT_ROOT/js/util.js")?>">
<link rel="preload" href="/servers.json" as="fetch" crossorigin="anonymous"/>
<link rel="help" href="/instructions">
<title>Session Communities — sessioncommunities.online</title>

Loading…
Cancel
Save