Filtre NFT sur images existantes
This commit is contained in:
+5
-2
@@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user