```coffee xhr.onload = () -> try JSON.parse(this.responseText) document.getElementById('alert-follow').classList.remove('hidden') if follow catch window.location.href = '/register' ```