Skip to content

Commit 59a46cd

Browse files
when the id is named wrong
1 parent bd59fa7 commit 59a46cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/get_started.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var currentPage = 1;
22
changePage();
33

44
function changePage() {
5-
var goBackButton = document.getElementById("goBack")
5+
var goBackButton = document.getElementById("go_back");
66
var nextButton = document.getElementById("next");
77

88
if(currentPage == 1) {

0 commit comments

Comments
 (0)