mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-16 11:14:48 -04:00
alt c to focus on chat and gritter and chat both now work with aria
This commit is contained in:
parent
548cef7018
commit
428b547d24
4 changed files with 13 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue