mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
🐛 Replace insight server URL in block links
This commit is contained in:
parent
a6b12f40a2
commit
efc36034bc
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ var App = {
|
||||||
playSound('block', 1);
|
playSound('block', 1);
|
||||||
var newBlock = document.createElement('a');
|
var newBlock = document.createElement('a');
|
||||||
newBlock.className = 'blockDivider';
|
newBlock.className = 'blockDivider';
|
||||||
newBlock.href = 'https://blockchain.masternode.io/block/' + data;
|
newBlock.href = 'https://insight.dash.org/insight/block/' + data;
|
||||||
newBlock.target = '_blank';
|
newBlock.target = '_blank';
|
||||||
newBlock.setAttribute('rel', 'noopener');
|
newBlock.setAttribute('rel', 'noopener');
|
||||||
newBlock.appendChild(document.createTextNode(data));
|
newBlock.appendChild(document.createTextNode(data));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue