ya_sir commited on
Commit
63f516d
·
verified ·
1 Parent(s): 1ae3328

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -371,7 +371,7 @@ console.log(progress.value)
371
  console.log(data)
372
  const img = document.createElement('img');
373
  if(window.innerWidth<700){
374
- if(n==1){
375
  img.id = "i1"
376
  }
377
  }
 
371
  console.log(data)
372
  const img = document.createElement('img');
373
  if(window.innerWidth<700){
374
+ if(n==0){
375
  img.id = "i1"
376
  }
377
  }