aboutsummaryrefslogtreecommitdiffstats
path: root/functions.js
blob: 281bed2e50fe480a8bbe72e721f62c206b534a51 (plain)
1
2
3
4
5
6
function toStudentView() {
    location.replace("index.html")
}
function logOut(){
    location.replace("login.html")
}