summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-04-25 20:02:08 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-04-25 20:02:08 +0000
commitce85e9bfd52b35d7edb55a6e16c1450cbff30dab (patch)
tree732ad933fe0a742945503ed7a6e17361fadc57b4 /pages
parentb251d5be5cf78122a20d675d4f5462dee2915de9 (diff)
downloadvdr-plugin-live-ce85e9bfd52b35d7edb55a6e16c1450cbff30dab.tar.gz
vdr-plugin-live-ce85e9bfd52b35d7edb55a6e16c1450cbff30dab.tar.bz2
- Reenabled buttons with tooltips in the epg boxes and multiple
epg-boxes simultanously. - This currently prevents the statusbox of having tooltips on its buttons because at each 'update' the tooltip reappears leading to an accumulation of tooltips.
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 a988bd4..8dedc49 100644
--- a/pages/tooltip.ecpp
+++ b/pages/tooltip.ecpp
@@ -23,7 +23,7 @@ value[];
<%args>
text;
</%args>
- onmouseover="domTT_close(domTT_lastOpened); domTT_activate(this, event, 'predefined', 'tipHint', 'content', '<$ text $>');"
+ onmouseover="domTT_activate(this, event, 'predefined', 'tipHint', 'content', '<$ text $>');"
</%def>
<%def info>