Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
n4bb12 authored and sharkdp committed Sep 3, 2018
1 parent b89c549 commit 60f7e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/index.html
Expand Up @@ -67,8 +67,8 @@
ga('send', 'event', 'user-input', 'success', line);
}

const url = "/?q=" + encodeURIComponent(line)
history.replaceState(null, "", url)
var url = "/?q=" + encodeURIComponent(line);
history.replaceState(null, "", url);

return res.msg;
}
Expand Down

0 comments on commit 60f7e5f

Please sign in to comment.