Filtre NFT sur images existantes

This commit is contained in:
2021-12-27 12:16:34 +01:00
parent 04f4bed665
commit 995d5f4298
3 changed files with 13 additions and 4 deletions
+5 -2
View File
@@ -429,9 +429,12 @@ blockchainExplorer = function(){
{
_cur_methode = allMethod[i];
_addDivForBlock(_cur_methode);
if (data.img_list.includes('/opt/TOPISTO/data/'+_cur_methode+'/'+data.hash+'.png'))
{
_addDivForBlock(_cur_methode);
_addInfoForBlock(data, _cur_methode);
_addInfoForBlock(data, _cur_methode);
}
}
});