show message if user tries to open .onion as onionr site
This commit is contained in:
parent
68aac2153b
commit
e19e23022b
2 changed files with 8 additions and 2 deletions
|
@ -34,7 +34,7 @@ var getRecent = function(){
|
|||
if (existing.includes(key)){
|
||||
return
|
||||
}
|
||||
existing = key + " - " + value + "\n" + existing
|
||||
existing = "\n" + key + " - " + value + "\n" + existing
|
||||
})
|
||||
document.getElementsByClassName('recentBlockList')[0].innerText = existing
|
||||
console.debug(data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue