Fix operator.
authorJan Schneider <jan@horde.org>
Thu, 24 Jun 2010 15:45:35 +0000 (17:45 +0200)
committerJan Schneider <jan@horde.org>
Thu, 24 Jun 2010 15:45:35 +0000 (17:45 +0200)
horde/js/tooltips.js

index 23d4ffd..60bd474 100644 (file)
@@ -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));