|
@@ -40,8 +40,8 @@ function getTableAjaxStruct() {
|
|
|
})
|
|
|
if(DBG)console.log('getTableAjaxStruct ('+DBG_COUNTER+') ids: ', ids);
|
|
|
|
|
|
- var statusNodes = (fieldStatusIdx > 0) ? tblNode.find('> tbody > tr > td:nth-child(' + (2 + fieldStatusIdx) + ')').toArray() : []
|
|
|
- var statusInfoNodes = (fieldStatusInfoIdx > 0) ? tblNode.find('> tbody > tr > td:nth-child(' + (2 + fieldStatusInfoIdx) + ')').toArray() : []
|
|
|
+ var statusNodes = (fieldStatusIdx > 0) ? tblNode.find('> tbody > tr > td:nth-child(' + (3 + fieldStatusIdx) + ')').toArray() : []
|
|
|
+ var statusInfoNodes = (fieldStatusInfoIdx > 0) ? tblNode.find('> tbody > tr > td:nth-child(' + (3 + fieldStatusInfoIdx) + ')').toArray() : []
|
|
|
var statuses = statusNodes.map(function (el) {
|
|
|
return jQuery(el).text()
|
|
|
})
|