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-18 07:07:18 +00:00
parent fd4c8d8678
commit 9a99d80bc1

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