Skip to content

Commit

Permalink
Update links.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 authored May 26, 2022
1 parent 434fd48 commit 1b49414
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
setTimeout(function(){
var telegram = document.querySelectorAll(".cbi-section")[0];
telegram.appendChild(links);
}, 1200);
}, 1500);
setTimeout(function(){
var telegram = document.querySelectorAll(".cbi-section")[0];
telegram.appendChild(links);
}, 1800);
}, 2400);
</script>

0 comments on commit 1b49414

Please sign in to comment.