mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:47:41 +02:00
Remove console.log from entityList.html
This commit is contained in:
parent
1a6557c72d
commit
1f86edbfbf
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@
|
||||||
currentSortColumn = column;
|
currentSortColumn = column;
|
||||||
currentSortOrder = "asc";
|
currentSortOrder = "asc";
|
||||||
}
|
}
|
||||||
console.log(currentSortColumn, currentSortOrder);
|
|
||||||
elSortOrder[column].innerHTML = currentSortOrder == "asc" ? ASC_STRING : DESC_STRING;
|
elSortOrder[column].innerHTML = currentSortOrder == "asc" ? ASC_STRING : DESC_STRING;
|
||||||
entityList.sort(currentSortColumn, { order: currentSortOrder });
|
entityList.sort(currentSortColumn, { order: currentSortOrder });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue