Return the current log status again.
authorJan Schneider <jan@horde.org>
Fri, 12 Feb 2010 15:00:49 +0000 (16:00 +0100)
committerJan Schneider <jan@horde.org>
Fri, 12 Feb 2010 15:00:49 +0000 (16:00 +0100)
horde/js/Growler.js

index 775fe76..33798cd 100644 (file)
             if (!this.growlerlog) {
                 return;
             }
-
             Effect.toggle(this.growlerlog.down('DIV'), 'blind', {
                 duration: 0.5,
                 queue: {
                     limit: 2
                 }
             });
-
             this.logvisible = !this.logvisible;
+            return this.logvisible;
         },
 
         logVisible: function()