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

@@ -281,5 +281,5 @@
}
$(document).ready(function(){
addBlockHook(initBlockExplorer);
blockchainListener.addBlockHook(initBlockExplorer);
});