Removed code from wz_tooltip.js which removed all html "title" properties from the page on some occasions

This commit is contained in:
Andreas Stöckel 2010-05-17 13:52:15 +00:00
parent 8bcbb0cc81
commit 8a6b862489

View File

@ -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)
{