This commit is contained in:
AngelJumbo
2024-06-01 12:01:09 -05:00
committed by GitHub
parent 9d9ad8f367
commit 0a3cdc17f2
-1
View File
@@ -117,7 +117,6 @@ done
echo "<script>
window.onload = () => {" >> ./index.html
echo "console.log('fuck');" >> ./index.html
echo "hideAll();" >> ./index.html
for section in "${sections[@]}"; do
echo " loadPage('$section', 1);" >> ./index.html