ebrowne commited on
Commit
a07df95
1 Parent(s): 7acb142

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- alert("Email found " + email);
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>