mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
more styling stuff
This commit is contained in:
parent
4af46921e1
commit
8c6507e78c
3 changed files with 3 additions and 6 deletions
|
@ -57,7 +57,8 @@ var chat = (function()
|
|||
},
|
||||
chatAndUsers: function(fromInitialCall)
|
||||
{
|
||||
if(!userAndChat || fromInitialCall){
|
||||
var toEnable = $('#options-chatandusers').is(":checked");
|
||||
if(toEnable || !userAndChat || fromInitialCall){
|
||||
padcookie.setPref("chatAndUsers", true);
|
||||
chat.stickToScreen(true);
|
||||
$('#options-stickychat').prop('checked', true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue