From ce85e9bfd52b35d7edb55a6e16c1450cbff30dab Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 25 Apr 2007 20:02:08 +0000 Subject: - 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. --- pages/tooltip.ecpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; - onmouseover="domTT_close(domTT_lastOpened); domTT_activate(this, event, 'predefined', 'tipHint', 'content', '<$ text $>');" + onmouseover="domTT_activate(this, event, 'predefined', 'tipHint', 'content', '<$ text $>');" <%def info> -- cgit v1.2.3