Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/indexer_data
Browse files Browse the repository at this point in the history
  • Loading branch information
GiteaBot authored Jul 4, 2023
2 parents 1badeef + dae022a commit 6775aa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web_src/js/features/repo-diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {initRepoIssueContentHistory} from './repo-issue-content.js';
import {initDiffFileTree} from './repo-diff-filetree.js';
import {validateTextareaNonEmpty} from './comp/ComboMarkdownEditor.js';
import {initViewedCheckboxListenerFor, countAndUpdateViewedFiles, initExpandAndCollapseFilesButton} from './pull-view-file.js';
import {initImageDiff} from './imagediff.js';

const {csrfToken, pageData} = window.config;

Expand Down Expand Up @@ -117,6 +118,7 @@ function onShowMoreFiles() {
initRepoIssueContentHistory();
initViewedCheckboxListenerFor();
countAndUpdateViewedFiles();
initImageDiff();
}

export function loadMoreFiles(url) {
Expand Down

0 comments on commit 6775aa9

Please sign in to comment.