diff options
author | John McLear <john@mclear.co.uk> | 2011-07-19 17:41:28 +0100 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-07-19 20:04:24 +0100 |
commit | e7b690c7fc0c48e61ee3b1275466cf103a428c37 (patch) | |
tree | 7f3f4481b093595e47c58fcca2b46d7afd3ab0b8 /static | |
parent | 322a66aab1fc80d8324fd23ce36825fafa388b0c (diff) | |
download | etherpad-lite-e7b690c7fc0c48e61ee3b1275466cf103a428c37.zip |
Make the chat work in IE
Diffstat (limited to 'static')
-rw-r--r-- | static/js/chat.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/chat.js b/static/js/chat.js index a823611d..10001900 100644 --- a/static/js/chat.js +++ b/static/js/chat.js @@ -11,6 +11,7 @@ var chat = (function() }, stop: function(event,ui){ $("#editorcontainer").show(); }}); + }); }, hide: function () |