mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Added support to resize chat
This commit is contained in:
parent
fb332cf699
commit
2dd2a4a055
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ var chat = (function()
|
||||||
$("#chaticon").hide("slide", { direction: "down" }, 500, function()
|
$("#chaticon").hide("slide", { direction: "down" }, 500, function()
|
||||||
{
|
{
|
||||||
$("#chatbox").show("slide", { direction: "down" }, 750, self.scrollDown);
|
$("#chatbox").show("slide", { direction: "down" }, 750, self.scrollDown);
|
||||||
|
$("#chatbox").resizable();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
hide: function ()
|
hide: function ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue