projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee0a7e0
)
Fix operator.
author
Jan Schneider
<jan@horde.org>
Thu, 24 Jun 2010 15:45:35 +0000
(17:45 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 24 Jun 2010 15:45:35 +0000
(17:45 +0200)
horde/js/tooltips.js
patch
|
blob
|
history
diff --git
a/horde/js/tooltips.js
b/horde/js/tooltips.js
index
23d4ffd
..
60bd474
100644
(file)
--- a/
horde/js/tooltips.js
+++ b/
horde/js/tooltips.js
@@
-22,7
+22,7
@@
var Horde_ToolTips =
}
e.store('nicetitle', t);
if (!e.title.empty()) {
- e.title =
=
'';
+ e.title = '';
}
e.observe('mouseover', this.onMouseover.bindAsEventListener(this));
e.observe('mouseout', this.out.bind(this));