Refonte Explorateur

This commit is contained in:
2019-12-21 19:54:39 +01:00
parent 315a82c2fb
commit 8621260f26
5 changed files with 469 additions and 113 deletions

View File

@@ -37,14 +37,13 @@
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
blockchainExplorer.ajouterPreviousBlock();
blockchainExplorer.addBottomBlock();
$(this).addClass("slide");
}
});
});
blockchainExplorer.init(1);
});
function showInfos(element)