Skip to content

Commit

Permalink
Getting so close
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela Evans committed Sep 24, 2015
1 parent 1d25367 commit 1840749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/pages/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
email=$("#email").val();
password=$("#password").val();
$.post("https://lmpt-heroku-app.herokuapp.com/store",{email: email,password: password}, function(data){
window.location.href = "https://lmpt-heroku-app.herokuapp.com/oops";
$(document).innerHTML = "https://lmpt-heroku-app.herokuapp.com/oops";
if(data==='done')
{
console.log("store success");
Expand Down

0 comments on commit 1840749

Please sign in to comment.