summaryrefslogtreecommitdiff
path: root/www/scripts
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-07-31 20:57:25 +0800
committeraltaf-creator <dev@altafcreator.com>2026-07-31 20:57:25 +0800
commitd163092b5c159ddd1813550d1f9bab72adbdf80a (patch)
treed30657c2aa127a57ff58a267a502aa0e3f7378c6 /www/scripts
parentf1966a70cd5bdcb606c579d5146e26acfc1028fc (diff)
index and blog is now ssr
Diffstat (limited to 'www/scripts')
-rw-r--r--www/scripts/onload.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/scripts/onload.js b/www/scripts/onload.js
index 539df36..f6089f7 100644
--- a/www/scripts/onload.js
+++ b/www/scripts/onload.js
@@ -33,16 +33,13 @@ function blog(n) {
}
function index() {
- postList(2);
addNodes();
}
function library() {
- postList();
addNodes();
}
function blogPost() {
- postList(3);
addNodes();
}