summary refs log tree commit diff
path: root/pages/main/page.js
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-12-01 21:33:45 +0200
committerWlodekM <[email protected]>2024-12-01 21:33:45 +0200
commitd534c78852d77acd27f3e6c5939af7e7de5526a3 (patch)
treed431ece747b0bf93f8bf8c2563c877db4622ce65 /pages/main/page.js
parentfc76e4501d0f9db81cf1e5077d2487309acd7694 (diff)
uh
Diffstat (limited to 'pages/main/page.js')
-rw-r--r--pages/main/page.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/main/page.js b/pages/main/page.js
index ebdaab2..b6e5e24 100644
--- a/pages/main/page.js
+++ b/pages/main/page.js
@@ -155,7 +155,7 @@ export async function onload() {
 
     msgArea.style.display = 'none'
 
-    for (const msg of window.stores.sdlib.messages.reverse()) {
+    for (const msg of window.stores.sdlib.messages) {
         createMessage(msg)
     }
     msgArea.style.display = 'block'