Defining minimum Height and Width of Serialbox
This commit is contained in:
parent
6b20875355
commit
3b1765bb23
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue