Add ETA time

This commit is contained in:
samaradel
2022-09-29 18:20:12 +02:00
parent f476a35789
commit 38827133fa
4 changed files with 85 additions and 78 deletions

View File

@@ -36,7 +36,6 @@
for (var i = 0, linksLength = links.length; i < linksLength; i++) {
if (!internal_hosts.includes(links[i].hostname)) {
links[i].target = '_blank';
console.log(links[i])
}
}
</script>