mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
fixed time locale bug
This commit is contained in:
parent
9bfbba1b9f
commit
7788ba9ee0
1 changed files with 1 additions and 0 deletions
|
|
@ -804,6 +804,7 @@ let displayDate = new Date().toLocaleDateString("en-UK", {
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
|
const MY_TIMEZONE = "Asia/Kuala_Lumpur";
|
||||||
document.getElementById("cards").onmousemove = (e) => {
|
document.getElementById("cards").onmousemove = (e) => {
|
||||||
for (const card of document.getElementsByClassName("social-card")) {
|
for (const card of document.getElementsByClassName("social-card")) {
|
||||||
const rect = card.getBoundingClientRect(),
|
const rect = card.getBoundingClientRect(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue