From: Jan Schneider Date: Fri, 12 Feb 2010 15:00:49 +0000 (+0100) Subject: Return the current log status again. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0ba1ff2a411960a232b80dff9f87afebcfc8ddb9;p=horde.git Return the current log status again. --- diff --git a/horde/js/Growler.js b/horde/js/Growler.js index 775fe76e8..33798cddc 100644 --- a/horde/js/Growler.js +++ b/horde/js/Growler.js @@ -222,7 +222,6 @@ if (!this.growlerlog) { return; } - Effect.toggle(this.growlerlog.down('DIV'), 'blind', { duration: 0.5, queue: { @@ -231,8 +230,8 @@ limit: 2 } }); - this.logvisible = !this.logvisible; + return this.logvisible; }, logVisible: function()