projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d4e1d
)
Add missing variable check
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 14 Apr 2009 05:57:13 +0000
(23:57 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 14 Apr 2009 15:15:37 +0000
(09:15 -0600)
imp/js/src/ContextSensitive.js
patch
|
blob
|
history
diff --git
a/imp/js/src/ContextSensitive.js
b/imp/js/src/ContextSensitive.js
index
49020f0
..
b764df5
100644
(file)
--- a/
imp/js/src/ContextSensitive.js
+++ b/
imp/js/src/ContextSensitive.js
@@
-80,7
+80,7
@@
var ContextSensitive = Class.create({
if (this.current.size()) {
this.current.splice(idx, this.current.size() - idx).each(function(s) {
// Fade-out on final display.
- if (idx == 0) {
+ if (
!immediate &&
idx == 0) {
Effect.Fade(s, { duration: 0.15 });
} else {
$(s).hide();