summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-03-25 13:19:23 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-03-25 13:19:23 +0000
commit7519f973eab3099d3c6cd5fbad5befcbb888efa3 (patch)
tree2bdb2f00942c195cf15950b573a5d9430495e49f /pages
parent11dead6a118f3a9b86024e9ee223f613bd3f7a14 (diff)
downloadvdr-plugin-live-7519f973eab3099d3c6cd5fbad5befcbb888efa3.tar.gz
vdr-plugin-live-7519f973eab3099d3c6cd5fbad5befcbb888efa3.tar.bz2
Added close command to onmouseover for tooltips, thus eliminating multiple tooltips in the status box
Diffstat (limited to 'pages')
-rw-r--r--pages/tooltip.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/tooltip.ecpp b/pages/tooltip.ecpp
index 32ce737..3445deb 100644
--- a/pages/tooltip.ecpp
+++ b/pages/tooltip.ecpp
@@ -23,7 +23,7 @@ value[];
<%args>
text;
</%args>
- onmouseover="domTT_activate(this, event, 'predefined', 'tipHint', 'content', '<$ text $>');"
+ onmouseover="domTT_close(domTT_lastOpened); domTT_activate(this, event, 'predefined', 'tipHint', 'content', '<$ text $>');"
</%def>
<%def info>