[TESTMAN]

Remove Result_OnMouseOver and Result_OnMouseOut debug spam.

svn path=/trunk/; revision=982
This commit is contained in:
Colin Finck 2016-09-03 11:05:34 +00:00
parent fa173dadb1
commit 8b8df06f4a

View File

@ -338,7 +338,7 @@ function SearchCallback(HttpRequest)
{
for(var i = 0; i < results.length; i++)
{
html += '<tr onmouseover="Result_OnMouseOver(this)" onmouseout="Result_OnMouseOut(this)">';
html += '<tr>';
html += '<td><input onclick="ResultCheckbox_OnClick(this)" type="checkbox" id="test_' + GetTagData(results[i], "id") + '" \/><\/td>';
html += '<td onclick="ResultCell_OnClick(this)">' + GetTagData(results[i], "revision") + '<\/td>';
html += '<td onclick="ResultCell_OnClick(this)">' + GetTagData(results[i], "date") + '<\/td>';