yasir
commited on
Commit
•
7dc2088
1
Parent(s):
b15512c
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
|