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)
|
if(el.alt)
|
||||||
el.alt = "";
|
el.alt = "";
|
||||||
if(el.title)
|
/* if(el.title)
|
||||||
el.title = "";
|
el.title = "";*/
|
||||||
aKid = el.childNodes || el.children || null;
|
aKid = el.childNodes || el.children || null;
|
||||||
if(aKid)
|
if(aKid)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user