added particles and some code for recent block listing
This commit is contained in:
parent
c9a6769be7
commit
c81df9093d
9 changed files with 1789 additions and 30 deletions
10
static-data/www/shared/main/recent.js
Normal file
10
static-data/www/shared/main/recent.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
var recentSource = new EventSourcePolyfill('/recentblocks', {
|
||||
headers: {
|
||||
"token": webpass
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
recentSource.onmessage = function(e){
|
||||
console.debug(e)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue