This commit is contained in:
GitHub Merge Button 2011-12-05 11:55:16 -08:00
commit 620d683366

View file

@ -31,6 +31,8 @@ var chat = (function()
$("#chatbox").resizable(
{
handles: 'nw',
minHeight: 40,
minWidth: 80,
start: function (event, ui)
{
$("#focusprotector").show();