Skip to content

Commit

Permalink
Fix bug in js
Browse files Browse the repository at this point in the history
  • Loading branch information
kofuk committed Aug 21, 2019
1 parent c24012d commit f0b4e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/entry.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

document.addEventListener('DOMContentLoaded', () => {
addEventListener('load', () => {
document.querySelector('h1.title')
.addEventListener('click', () => {
location.href = '/';
Expand Down

0 comments on commit f0b4e4b

Please sign in to comment.