mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +00:00
cleanup
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
fbd5ef20bd
commit
7aae52d549
@ -79,11 +79,7 @@
|
||||
sortKey = key
|
||||
sortOrder = SortingOrder.Ascending
|
||||
} else {
|
||||
if (sortOrder == SortingOrder.Ascending) {
|
||||
sortOrder = SortingOrder.Descending
|
||||
} else {
|
||||
sortOrder = SortingOrder.Ascending
|
||||
}
|
||||
sortOrder = (sortOrder === SortingOrder.Ascending) ? SortingOrder.Descending : SortingOrder.Ascending
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user