remove debug info
This commit is contained in:
parent
05bcbb4832
commit
0f9cfaa3a5
3 changed files with 6 additions and 7 deletions
|
|
@ -1747,7 +1747,6 @@ function filter_table(phrase, _id, colnr,start_row) {
|
|||
for (var col =0;col < aCol.length;col++)
|
||||
{
|
||||
var idx=aCol[col];
|
||||
console.log(r);
|
||||
if (table.rows[r].cells[idx])
|
||||
{
|
||||
ele = table.rows[r].cells[idx].innerHTML.replace(/<[^>]+>/g, "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue