Skip to content

Commit dc26c6b

Browse files
committed
minor changes
1 parent d2bc56d commit dc26c6b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
}
110110
</script>
111111
<script type="text/javascript">
112-
document.addEventListener("DOMContentLoaded", () => {
113112
const script = document.createElement("script");
114113
script.src = "js/activity.js";
115114
script.onload = () => {
@@ -121,8 +120,6 @@
121120
}
122121
};
123122
document.body.appendChild(script);
124-
});
125-
document.body.appendChild(script);
126123
</script>
127124
</head>
128125

0 commit comments

Comments
 (0)