Rajout d'un article 20190308

This commit is contained in:
2019-03-08 19:56:23 +01:00
parent a4f572f962
commit 7a66157bd9
4 changed files with 219 additions and 32 deletions

View File

@@ -113,7 +113,7 @@
$('#img_explorer').attr('src', 'images/loading.gif');
block_name = $('#blockSelector').val();
block_url = 'data/getBlockInfo.php';
if (block_name != 'LAST') block_url += '?block_hash='+getblocHashFromName(block_name);
if (block_name != 'LAST') block_url += '?block_hash='+blockchainExplorer.getblocHashFromName(block_name);
$.getJSON(block_url, function( data ) {
changeExploreBlockDrawing(data);
});