* Fix block default left and top bug. bug #45428.
This commit is contained in:
@@ -39,7 +39,6 @@ window.onRenderCell = function(result, {row, col})
|
||||
{
|
||||
caseLink = $.createLink('testcase', 'view', "caseID=" + row.data.case + "&version=" + row.data.caseVersion);
|
||||
result.push({html: '<a href="' + caseLink + '"class="text-gray" title="' + row.data.case + '">[' + caseCommonLang + '#' + row.data.case + ']</a>'});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user