mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 07:55:55 +01:00
Merge branch 'gh-2050' into support-line-comment-on-split-mode
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
'oldLine': oldTh.attr('line-number'),
|
||||
'newLine': newTh.attr('line-number'),
|
||||
'type': tr.has('td.insert').length > 0 ? 'insert' : tr.has('td.delete').length > 0 ? 'delete' : 'equal',
|
||||
'text': tr.find('td>span').text()
|
||||
'text': tr.find('td span').text()
|
||||
})
|
||||
|
||||
tr = tr.prev('tr:has(th.line-num)');
|
||||
|
||||
Reference in New Issue
Block a user