From 7d2d71bcbc9779b7a25f56a67264cac876356869 Mon Sep 17 00:00:00 2001 From: hahnmichaelf Date: Mon, 13 Aug 2018 12:40:16 -0400 Subject: change name --- app/phishing.html | 2 +- app/scripts/esdb-replace.js | 5 ----- app/scripts/phishing-detect.js | 5 +++++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 app/scripts/esdb-replace.js create mode 100644 app/scripts/phishing-detect.js diff --git a/app/phishing.html b/app/phishing.html index 588e8ea34..36a95b656 100644 --- a/app/phishing.html +++ b/app/phishing.html @@ -26,7 +26,7 @@ color: white; } - + diff --git a/app/scripts/esdb-replace.js b/app/scripts/esdb-replace.js deleted file mode 100644 index ae5991586..000000000 --- a/app/scripts/esdb-replace.js +++ /dev/null @@ -1,5 +0,0 @@ -window.onload = function() { - if (window.location.pathname === "/phishing.html") { - document.getElementById("esdbLink").innerHTML = "To read more about this scam, navigate to: https://etherscamdb.info/domain/" + window.location.hash.substring(1) + "" - } -} diff --git a/app/scripts/phishing-detect.js b/app/scripts/phishing-detect.js new file mode 100644 index 000000000..ae5991586 --- /dev/null +++ b/app/scripts/phishing-detect.js @@ -0,0 +1,5 @@ +window.onload = function() { + if (window.location.pathname === "/phishing.html") { + document.getElementById("esdbLink").innerHTML = "To read more about this scam, navigate to: https://etherscamdb.info/domain/" + window.location.hash.substring(1) + "" + } +} -- cgit