Skip to content

Commit

Permalink
Update controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelbjr authored Feb 12, 2021
1 parent 6f41f84 commit b3f5cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ function doClick(){
}

if(ehSuspeito){
window.location.href="https://friendly-lumiere-51b436.netlify.app/suspeito.html";
window.location.href="https://covidrn.netlify.app/suspeito.html";
}else{
window.location.href="https://friendly-lumiere-51b436.netlify.app/alerta.html";
window.location.href="https://covidrn.netlify.app/alerta.html";
}
}

0 comments on commit b3f5cac

Please sign in to comment.