Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
ftm1337 committed Jul 8, 2024
1 parent 6d5dfa8 commit 809cb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async function basetrip()
blockExplorerUrls: [EXPLORE]
}]
});
window.location.reload
window.location.reload()
}
//DrefreshFarm()
//arf()
Expand Down Expand Up @@ -239,7 +239,7 @@ async function gubs() {
else {
for(i=0;i<_ubs[0].length;i++) {
$("coll-list").innerHTML += `
<div onclick="eab(event, 'Explore');$('search-inp').value=${_ubs[0][i]};searchNFT(${_ubs[0][i]})">
<div onclick="openTab(event, 'Explore');$('search-inp').value=${_ubs[0][i]};searchNFT(${_ubs[0][i]})">
eLOCKS NFT 🔐<br>
<span># ${_ubs[0][i]}</span>
<br>Tap to Explore!
Expand Down

0 comments on commit 809cb30

Please sign in to comment.