Merge pull request #272 from ppapadeas/patch-1

Defining minimum Height and Width of Chatbox
pull/274/head
John McLear 2011-12-05 11:56:54 -08:00
commit 963d4ea2d5
1 changed files with 2 additions and 0 deletions

View File

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