mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 22:27:10 -04:00
removed redundant statements
This commit is contained in:
parent
2257cc0c1f
commit
9bb9f59a29
1 changed files with 0 additions and 3 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue