diff options
Diffstat (limited to 'app/scripts')
-rw-r--r-- | app/scripts/phishing-detect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/phishing-detect.js b/app/scripts/phishing-detect.js index 03fa83994..5ef99f181 100644 --- a/app/scripts/phishing-detect.js +++ b/app/scripts/phishing-detect.js @@ -1,7 +1,7 @@ window.onload = function () { if (window.location.pathname === '/phishing.html') { const {hostname} = parseHash() - document.getElementById('esdbLink').innerHTML = '<b>To read more about this site and why it was blocked, navigate to: <a href="https://etherscamdb.info/domain/' + hostname + '"> https://etherscamdb.info/domain/' + hostname + '</a></b>' + document.getElementById('esdbLink').innerHTML = '<b>To read more about this site and why it was blocked, <a href="https://etherscamdb.info/domain/' + hostname + '"> please navigate here</a>.</b>' } } |