forked from extern/egroupware
Removed code from wz_tooltip.js which removed all html "title" properties from the page on some occasions
This commit is contained in:
parent
8bcbb0cc81
commit
8a6b862489
@ -852,8 +852,8 @@ function tt_DeAlt(el)
|
||||
{
|
||||
if(el.alt)
|
||||
el.alt = "";
|
||||
if(el.title)
|
||||
el.title = "";
|
||||
/* if(el.title)
|
||||
el.title = "";*/
|
||||
aKid = el.childNodes || el.children || null;
|
||||
if(aKid)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user