From 98fa18117e32b30f1ded7e0745fe91f340fc1806 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 13 Aug 2023 21:46:33 +0700 Subject: Initial commit for NEWER site --- scripts/onload.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/onload.js (limited to 'scripts/onload.js') diff --git a/scripts/onload.js b/scripts/onload.js new file mode 100644 index 0000000..5c63f35 --- /dev/null +++ b/scripts/onload.js @@ -0,0 +1,8 @@ +function addNodes() { + const collection = document.getElementsByTagName("section"); + const container = document.getElementById("progressContainer"); + + for (var i = 0; i < collection.length; i++) { + container.innerHTML += "\n"; + } +} \ No newline at end of file -- cgit v1.2.3