projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f3db2
)
Reset opacity when growler is removed from screen
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 18 May 2010 17:42:26 +0000
(11:42 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 18 May 2010 17:42:26 +0000
(11:42 -0600)
horde/js/Growler.js
patch
|
blob
|
history
diff --git
a/horde/js/Growler.js
b/horde/js/Growler.js
index
107fba1
..
02ace41
100644
(file)
--- a/
horde/js/Growler.js
+++ b/
horde/js/Growler.js
@@
-89,7
+89,7
@@
try {
n.remove();
if (!$('Growler').childElements().size()) {
- $('Growler').hide();
+ $('Growler').hide()
.setOpacity(1)
;
}
} catch (e) {}
}