yasir
commited on
Update main.js
Browse files
main.js
CHANGED
|
@@ -80,7 +80,7 @@ setTimeout(()=>{
|
|
| 80 |
btn.onclick = async ()=>{
|
| 81 |
|
| 82 |
let div = document.getElementById('imshow');
|
| 83 |
-
if(
|
| 84 |
window.location.reload();
|
| 85 |
}
|
| 86 |
isimg = false
|
|
|
|
| 80 |
btn.onclick = async ()=>{
|
| 81 |
|
| 82 |
let div = document.getElementById('imshow');
|
| 83 |
+
if(reload==true){
|
| 84 |
window.location.reload();
|
| 85 |
}
|
| 86 |
isimg = false
|