remove hack in hoverhelp that isn't needed with new YUI

This commit is contained in:
Graham Knop 2008-02-26 23:28:23 +00:00
parent 01cd5676e5
commit f1d34cf72b
2 changed files with 2 additions and 15 deletions

View file

@ -9,12 +9,6 @@ YAHOO.util.Event.onDOMReady(function () {
autodismissdelay: 1000000,
context: tips[i].parentNode
});
myTip.beforeShowEvent.subscribe(function() {
YAHOO.util.Dom.addClass(this.element, 'wg-hoverhelp-visible');
});
myTip.beforeHideEvent.subscribe(function() {
YAHOO.util.Dom.removeClass(this.element, 'wg-hoverhelp-visible');
});
}
});