Skip to content

Commit

Permalink
Add heroku link
Browse files Browse the repository at this point in the history
  • Loading branch information
g33klaura committed Dec 1, 2017
1 parent eb4e06f commit 243ef54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ $(function () {

$(this).keypress(function (event) {
if (event.which == 121) {
window.location.href = "http://localhost:8080/planet";
// window.location.href = "http://localhost:8080/planet";
window.location.href = "https://fast-eyrie-14169.herokuapp.com/planet";
console.log("Y")
}
else {
Expand Down

0 comments on commit 243ef54

Please sign in to comment.