* code for task #17444.

This commit is contained in:
王怡栋
2021-12-14 09:13:50 +08:00
parent 98a46445b3
commit 1bc35c32c4
+1 -1
View File
@@ -149,7 +149,7 @@ $(document).ready(function()
else
{
$diffCode.addClass('with-action-row');
var line = $row.data('line');
var line = $row.attr('data-line');
if(!$row.hasClass('with-action-row'))
{
$rows.removeClass('with-action-row')