added particles and some code for recent block listing

This commit is contained in:
Kevin 2020-06-20 05:31:51 -05:00
parent c9a6769be7
commit c81df9093d
9 changed files with 1789 additions and 30 deletions

View file

@ -143,4 +143,10 @@ document.addEventListener("visibilitychange", function() {
})
getStats()
setInterval(function(){getStats()}, 1000)
setInterval(function(){getStats()}, 1000)
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
particlesJS.load('particles-js', '/shared/main/particles.json', function() {
console.log('callback - particles.js config loaded');
});