Defining minimum Height and Width of Serialbox

pull/272/head
Pierros Papadeas 2011-12-05 11:53:43 -08:00
parent 6b20875355
commit 3b1765bb23
1 changed files with 2 additions and 0 deletions

View File

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