diff options
author | altaf-creator <dev@altafcreator.com> | 2024-06-09 22:31:41 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-06-09 22:31:41 +0700 |
commit | 18775fb340b3aaefec0870ab36d1aefd2a44c3ae (patch) | |
tree | 5d50e40d97e31b1238e4925a99b556c48d057a6b /scripts/onload.js | |
parent | d607ac12097afb5cb6f398a4e7b5cf4316efedc6 (diff) |
blog desc, academic, simpliCity page improvements (unfinished)
Diffstat (limited to 'scripts/onload.js')
-rw-r--r-- | scripts/onload.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/onload.js b/scripts/onload.js index 9d9226e..10dcf1d 100644 --- a/scripts/onload.js +++ b/scripts/onload.js @@ -18,3 +18,8 @@ function blog(n) { // addNodes is called in loadPost(n);
loadPost(n);
}
+
+function index() {
+ postList(2);
+ addNodes();
+}
|