ya_sir
commited on
Update script.js
Browse files
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==
|
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 |
}
|