mirror of
https://github.com/AngelJumbo/gruvbox-wallpapers.git
synced 2026-08-16 19:02:30 +00:00
Change function to anonymous function
This commit is contained in:
@@ -142,7 +142,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo "<script>
|
echo "<script>
|
||||||
window.onload = function myFunc() {" >> ./index.html
|
window.onload = () => {" >> ./index.html
|
||||||
|
|
||||||
for section in "${sections[@]}"; do
|
for section in "${sections[@]}"; do
|
||||||
echo " loadPage('$section', 1);
|
echo " loadPage('$section', 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user