mirror of
https://github.com/reactos/web.git
synced 2024-11-27 05:30:22 +00:00
[TESTMAN]
Remove Result_OnMouseOver and Result_OnMouseOut debug spam. svn path=/trunk/; revision=982
This commit is contained in:
parent
fa173dadb1
commit
8b8df06f4a
@ -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>';
|
||||
|
Loading…
Reference in New Issue
Block a user