We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148ed28 commit f7691aeCopy full SHA for f7691ae
web_src/js/features/repo-diff.js
@@ -195,7 +195,6 @@ function initRepoDiffShowMore() {
195
const resp = await response.text();
196
197
if (!resp) {
198
- $target.removeClass('disabled');
199
return;
200
}
201
$target.parent().replaceWith($(resp).find('#diff-file-boxes .diff-file-body .file-body').children());
0 commit comments