diff --git a/static/js/chat.js b/static/js/chat.js index cd1b16d98..3e7aa65e1 100644 --- a/static/js/chat.js +++ b/static/js/chat.js @@ -21,7 +21,6 @@ var chat = (function() var self = { show: function () { if (chatAnimationIsStarted) return; - chatAnimationIsStarted = true; $("#chaticon").hide("slide", { direction: "down" }, 500, function () @@ -50,8 +49,6 @@ var chat = (function() hide: function () { if (chatAnimationIsStarted) return; - chatAnimationIsStarted = true; - $("#chatcounter").text("0"); $("#chatbox").hide("slide", { direction: "down" }, 750, function() {