From 7f6928782a70dbb9861c6dac3b2d2c299e2902a9 Mon Sep 17 00:00:00 2001 From: Michael - Blurpesec Date: Sat, 1 Dec 2018 23:15:59 -0500 Subject: Hide link for phishing-detect page (#5864) * Soften language on phishing-detect page * remove quotes --- app/scripts/phishing-detect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/scripts/phishing-detect.js') 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 = 'To read more about this site and why it was blocked, navigate to: https://etherscamdb.info/domain/' + hostname + '' + document.getElementById('esdbLink').innerHTML = 'To read more about this site and why it was blocked, please navigate here.' } } -- cgit