Skip to content
Snippets Groups Projects
Commit 3feffe4c authored by Henrik Askjer's avatar Henrik Askjer
Browse files

changed variable name

parent e885fbcb
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ export default ({
},
to_top: function() {
let first = document.getElementById("title_0")
let first = document.getElementById("result0")
if (first) first.focus();
window.scrollTo(0,0)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment