ATTEND ISSUE FIXED
This commit is contained in:
parent
5f1244dcfe
commit
8a2dabc546
@ -57,7 +57,7 @@ $currentday = date('d');
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
/*table-layout: fixed; Algoritmo de distribucion fijo */
|
||||
/*white-space:nowrap; Impide los saltos de línea automáticos */
|
||||
/*white-space:nowrap; Impide los saltos de l<EFBFBD>nea autom<6F>ticos */
|
||||
}
|
||||
|
||||
.fht-table th,.fht-table td {
|
||||
@ -738,7 +738,7 @@ function findInvalidData()
|
||||
|
||||
$.each(td,function(iter,val){
|
||||
//console.log(iter+'-'+val.id+'-'+val.textContent);
|
||||
if((val.id).substr(-1) == 'W')
|
||||
if((val.id).substr(-1) == 'W' && (val.id).substr(-2) != 'DW')
|
||||
{
|
||||
if(parseFloat(val.textContent) > 8)
|
||||
{
|
||||
@ -756,7 +756,7 @@ function findInvalidData()
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else if((val.id).substr(-1) == 'T' && (val.id).substr(-2) != 'DW')
|
||||
else if((val.id).substr(-1) == 'T')
|
||||
{
|
||||
if(parseFloat(val.textContent) > 16)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user