function logout()

in htdocs/js/boxer.js [53:55]


function logout() {
    GET("api/preferences?logout=true").then(() => location.href = '/');
}