From 2dd2a4a0553fff218f044b0155f9f5c1a6ca81c0 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 19 Jul 2011 14:22:25 +0100 Subject: [PATCH] Added support to resize chat --- static/js/chat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/chat.js b/static/js/chat.js index 4be86d54..facd3b1e 100644 --- a/static/js/chat.js +++ b/static/js/chat.js @@ -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 ()