fix sticky chat... dont like where i put the call but it will have to do cause im tired.

This commit is contained in:
John McLear 2012-02-25 19:35:49 +00:00
parent a449876f80
commit 2fd1702960

View file

@ -484,6 +484,10 @@ var pad = {
{
padeditor.ace.focus();
}, 0);
if(padcookie.getPref("chatAlwaysVisible")){ // if we have a cookie for always showing chat then show it
chat.stickToScreen(true); // stick it to the screen
$('#options-stickychat').prop("checked", true); // set the checkbox to on
}
}
},
dispose: function()
@ -979,3 +983,4 @@ exports.handshake = handshake;
exports.pad = pad;
exports.init = init;
exports.alertBar = alertBar;