fixed target blocktime colorcode
This commit is contained in:
parent
a9bfb43a51
commit
6b70370a17
@ -604,7 +604,7 @@ function timeClass(timestamp)
|
||||
|
||||
function blockTimeClass(diff)
|
||||
{
|
||||
if(diff <= 12)
|
||||
if(diff <= 13)
|
||||
return 'text-success';
|
||||
|
||||
if(diff <= 20)
|
||||
|
@ -625,7 +625,7 @@ function timeClass(timestamp)
|
||||
|
||||
function blockTimeClass(diff)
|
||||
{
|
||||
if(diff <= 12)
|
||||
if(diff <= 13)
|
||||
return 'text-success';
|
||||
|
||||
if(diff <= 20)
|
||||
|
Loading…
Reference in New Issue
Block a user