Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
if (email == "") {
|
34 |
document.getElementById("email warning").style.display = "block";
|
35 |
} else {
|
36 |
-
|
37 |
}
|
38 |
}
|
39 |
</script>
|
|
|
33 |
if (email == "") {
|
34 |
document.getElementById("email warning").style.display = "block";
|
35 |
} else {
|
36 |
+
window.location.href = "study.html?id=" + email;
|
37 |
}
|
38 |
}
|
39 |
</script>
|