lastbloc.js is now a module

This commit is contained in:
2018-12-01 10:47:03 +01:00
parent 1d90cd185a
commit 24bbee0109
4 changed files with 44 additions and 34 deletions

View File

@@ -127,7 +127,7 @@
downloadingImage.src = 'images/block_image.php?methode=hasard&hash='+le_block.hash;
}
$(document).ready(function(){
last_block_hooks.push(changeExploreBlockDrawing);
blockchainListener.addBlockHook(changeExploreBlockDrawing);
});
</script>