From 0a1a86972989e10dd9acd3c57f81e6911664e3a9 Mon Sep 17 00:00:00 2001 From: Wikinaut Date: Sun, 27 Nov 2011 17:59:33 +0100 Subject: [PATCH] reverted my wrong change 9bb9f59a and reinserted setting chatAnimationIsStarted=true --- static/js/chat.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/chat.js b/static/js/chat.js index 3e7aa65e1..a3e53ba05 100644 --- a/static/js/chat.js +++ b/static/js/chat.js @@ -21,6 +21,7 @@ var chat = (function() var self = { show: function () { if (chatAnimationIsStarted) return; + chatAnimationIsStarted = true; $("#chaticon").hide("slide", { direction: "down" }, 500, function () @@ -49,6 +50,7 @@ var chat = (function() hide: function () { if (chatAnimationIsStarted) return; + chatAnimationIsStarted = true; $("#chatcounter").text("0"); $("#chatbox").hide("slide", { direction: "down" }, 750, function() {