Added support to resize chat

pull/35/head
John McLear 2011-07-19 14:22:25 +01:00 committed by Peter 'Pita' Martischka
parent fb332cf699
commit 2dd2a4a055
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ var chat = (function()
$("#chaticon").hide("slide", { direction: "down" }, 500, function()
{
$("#chatbox").show("slide", { direction: "down" }, 750, self.scrollDown);
$("#chatbox").resizable();
});
},
hide: function ()