Skip to content

Commit

Permalink
Remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenshoham committed Mar 14, 2024
1 parent 148ed28 commit f7691ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web_src/js/features/repo-diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ function initRepoDiffShowMore() {
const resp = await response.text();

if (!resp) {
$target.removeClass('disabled');
return;
}
$target.parent().replaceWith($(resp).find('#diff-file-boxes .diff-file-body .file-body').children());
Expand Down

0 comments on commit f7691ae

Please sign in to comment.