additional lint-test fix

feature/default_network_editable
hahnmichaelf 6 years ago
parent 4808ce25eb
commit e19eb7bc03
  1. 2
      app/scripts/phishing-detect.js

@ -1,5 +1,5 @@
window.onload = function() {
if (window.location.pathname === '/phishing.html') {
document.getElementById("esdbLink").innerHTML = '<b>To read more about this scam, navigate to: <a href="https://etherscamdb.info/domain/' + window.location.hash.substring(1) + '"> https://etherscamdb.info/domain/' + window.location.hash.substring(1) + '</a></b>'
document.getElementById('esdbLink').innerHTML = '<b>To read more about this scam, navigate to: <a href="https://etherscamdb.info/domain/' + window.location.hash.substring(1) + '"> https://etherscamdb.info/domain/' + window.location.hash.substring(1) + '</a></b>'
}
}

Loading…
Cancel
Save