Login

Forgot your password?

Don't have an account yet?
Create account

document.addEventListener('DOMContentLoaded', function () { setTimeout(function () { if (window.onkeydown) { var oldWindowKeyDown = window.onkeydown; window.onkeydown = function (e) { if (e.key === ' ' && e.target && e.target.tagName && e.target.tagName.toLowerCase() === 'chat-widget') { return true; } else if (oldWindowKeyDown !== window.onkeydown) { return oldWindowKeyDown(e); } return true; }; } }, 0); });