Skip to content

Commit 78dde65

Browse files
toshimaruCopilot
andauthored
chore: Remove unuseed variable
Co-authored-by: Copilot <[email protected]>
1 parent 4da1154 commit 78dde65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
document.addEventListener('DOMContentLoaded', (event) => {
1+
document.addEventListener('DOMContentLoaded', () => {
22
anchors.options.visible = 'always';
33
anchors.add();
44
});

0 commit comments

Comments
 (0)