ya_sir commited on
Commit
b07b28d
·
verified ·
1 Parent(s): 9901832

Update main.js

Browse files
Files changed (1) hide show
  1. main.js +1 -1
main.js CHANGED
@@ -78,7 +78,7 @@ setTimeout(()=>{
78
  reload = true
79
  },2000000)
80
  btn.onclick = async ()=>{
81
-
82
  let div = document.getElementById('imshow');
83
  if(reload==true){
84
  window.location.reload();
 
78
  reload = true
79
  },2000000)
80
  btn.onclick = async ()=>{
81
+ btn.innerText = "CANCEL"
82
  let div = document.getElementById('imshow');
83
  if(reload==true){
84
  window.location.reload();