more styling stuff

This commit is contained in:
John McLear 2015-02-09 18:01:45 +00:00
parent 4af46921e1
commit 8c6507e78c
3 changed files with 3 additions and 6 deletions

View file

@ -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)