fixed target blocktime colorcode

This commit is contained in:
cubedro 2015-07-31 13:40:02 +03:00
parent a9bfb43a51
commit 6b70370a17
2 changed files with 2 additions and 2 deletions

View File

@ -604,7 +604,7 @@ function timeClass(timestamp)
function blockTimeClass(diff)
{
if(diff <= 12)
if(diff <= 13)
return 'text-success';
if(diff <= 20)

View File

@ -625,7 +625,7 @@ function timeClass(timestamp)
function blockTimeClass(diff)
{
if(diff <= 12)
if(diff <= 13)
return 'text-success';
if(diff <= 20)