alt c to focus on chat and gritter and chat both now work with aria

This commit is contained in:
John McLear 2015-03-26 16:44:22 +00:00
parent 548cef7018
commit 428b547d24
4 changed files with 13 additions and 2 deletions

View file

@ -36,6 +36,10 @@ var chat = (function()
chatMentions = 0;
Tinycon.setBubble(0);
},
focus: function ()
{
$("#chatinput").focus();
},
stickToScreen: function(fromInitialCall) // Make chat stick to right hand side of screen
{
chat.show();