Skip to content

Commit f7691ae

Browse files
committed
Remove redundant line
1 parent 148ed28 commit f7691ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_src/js/features/repo-diff.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ function initRepoDiffShowMore() {
195195
const resp = await response.text();
196196

197197
if (!resp) {
198-
$target.removeClass('disabled');
199198
return;
200199
}
201200
$target.parent().replaceWith($(resp).find('#diff-file-boxes .diff-file-body .file-body').children());

0 commit comments

Comments
 (0)