From 0ba1ff2a411960a232b80dff9f87afebcfc8ddb9 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 12 Feb 2010 16:00:49 +0100 Subject: [PATCH] Return the current log status again. --- horde/js/Growler.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() -- 2.11.0