list of special blocks is now dynamic via ajax

This commit is contained in:
2019-03-03 17:59:01 +01:00
parent 61930c1277
commit a4f572f962
6 changed files with 248 additions and 402 deletions

View File

@@ -53,7 +53,7 @@
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
ajouterPreviousBlock();
blockchainExplorer.ajouterPreviousBlock();
$(this).addClass("slide");
}
});
@@ -64,7 +64,7 @@
{
cur_height = [];
cur_methode=la_methode;
return initBlockExplorer(null);
return blockchainExplorer.init();
}
</script>