[FIX] Dont parse height as string
This commit is contained in:
parent
c7fd0ce02d
commit
1f6025a511
@ -3,7 +3,7 @@ $(function () {
|
||||
|
||||
var blockdata = [
|
||||
{section block $BLOCKSFOUND step=-1}{ldelim}
|
||||
blockHeight: "{$BLOCKSFOUND[block].height}",
|
||||
blockHeight: {$BLOCKSFOUND[block].height},
|
||||
estShares: {$BLOCKSFOUND[block].estshares},
|
||||
actShares: {$BLOCKSFOUND[block].shares|default:"0"},
|
||||
{if $USEBLOCKAVERAGE}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user