mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2025-07-13 14:15:55 +02:00
error fixed
This commit is contained in:
parent
29485e3b1f
commit
9077c0a7e6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ for (var linksIndex = 0; linksIndex < links.length; linksIndex++) {
|
|||
|
||||
link.href = "mailto:" + decodedEmail; //replace the stupid email protection with just a mailto link
|
||||
|
||||
if (link.getElementsByClassName("__cf_email__")) {
|
||||
if (link.getElementsByClassName("__cf_email__").length < 0) {
|
||||
var linkChild = link.getElementsByClassName("__cf_email__")[0];
|
||||
linkChild.innerText = decodedEmail;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue