Refonte Explorateur
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user