mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +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;
|
||||
currentSortOrder = "asc";
|
||||
}
|
||||
console.log(currentSortColumn, currentSortOrder);
|
||||
elSortOrder[column].innerHTML = currentSortOrder == "asc" ? ASC_STRING : DESC_STRING;
|
||||
entityList.sort(currentSortColumn, { order: currentSortOrder });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue