Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyricccco committed Dec 30, 2024
1 parent 21861c1 commit 1b09fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h2 class="title"><img src="static/images/check.svg" style="vertical-align: top;
const basePath2 = 'static/images/dnd/';
const preloadContainer = document.getElementById('preload-container');

for (let index = 2; index <= i; index++) {
for (let index = 1; index <= i; index++) {
// Preload real-results
const noisyImg1 = document.createElement('img');
noisyImg1.src = `${basePath1}${index}_noisy.png`;
Expand All @@ -403,7 +403,7 @@ <h2 class="title"><img src="static/images/check.svg" style="vertical-align: top;
preloadContainer.appendChild(dualdnImg1);
}

for (let index = 2; index <= j; index++) {
for (let index = 1; index <= j; index++) {
// Preload dnd-results
const noisyImg2 = document.createElement('img');
noisyImg2.src = `${basePath2}${index}_noisy.png`;
Expand Down

0 comments on commit 1b09fe0

Please sign in to comment.