projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa96906
)
Return the current log status again.
author
Jan Schneider
<jan@horde.org>
Fri, 12 Feb 2010 15:00:49 +0000
(16:00 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 12 Feb 2010 15:00:49 +0000
(16:00 +0100)
horde/js/Growler.js
patch
|
blob
|
history
diff --git
a/horde/js/Growler.js
b/horde/js/Growler.js
index
775fe76
..
33798cd
100644
(file)
--- 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()