remove hack in hoverhelp that isn't needed with new YUI
This commit is contained in:
parent
01cd5676e5
commit
f1d34cf72b
2 changed files with 2 additions and 15 deletions
|
|
@ -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');
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue