We already know that the title is not empty.
authorJan Schneider <jan@horde.org>
Thu, 24 Jun 2010 15:48:09 +0000 (17:48 +0200)
committerJan Schneider <jan@horde.org>
Thu, 24 Jun 2010 15:48:09 +0000 (17:48 +0200)
horde/js/tooltips.js

index 60bd474..e89a327 100644 (file)
@@ -21,9 +21,7 @@ var Horde_ToolTips =
             return;
         }
         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));
         e.observe('focus', this.onFocus.bindAsEventListener(this));