let quit_btn = document.getElementById('quit-btn'); quit_btn.onclick = function() { liveSend({'type': 'quit'}); }