mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-09 12:43:00 +01:00
Removed code from wz_tooltip.js which removed all html "title" properties from the page on some occasions
This commit is contained in:
parent
fd4c8d8678
commit
9a99d80bc1
@ -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