diff options
Diffstat (limited to 'src/js/arching-kaos-tools.js')
-rw-r--r-- | src/js/arching-kaos-tools.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/js/arching-kaos-tools.js b/src/js/arching-kaos-tools.js index 2398df1..7d73cf5 100644 --- a/src/js/arching-kaos-tools.js +++ b/src/js/arching-kaos-tools.js @@ -38,6 +38,9 @@ function akidRender(json, stellarAddress){ function akidRenderAndProceed(json, stellarAddress){ akidRender(json, stellarAddress); participants[stellarAddress]=json; + if ( stellarParticipantsScanned === 0 ) { + archingKaosLog('END'); + } progressPlaceholder.value++; zseek(json.zchain,stellarAddress,json); } @@ -504,7 +507,7 @@ function exe(action,dataIPFSHash,blockObject,zblockIPFSHash,zchainIPNSLink,zbloc } function getipfstext(ipfsHash, articleid){ - fetch( getIPFSURL(ipfsHash), { + fetch(getIPFSURL(ipfsHash), { method:'GET', headers:{ Accept: 'text/plain' |