Dont show IP addy or browser info when hovering#

This commit is contained in:
John McLear 2011-07-19 02:10:29 +01:00 committed by Peter 'Pita' Martischka
parent 00a74d8067
commit ab7b043fd1
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ var paduserlist = (function()
var titleText = data.titleText;
window.setTimeout(function()
{
tr.attr('title', titleText)
/* tr.attr('title', titleText)*/
}, 0);
}
else