mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-25 18:02:04 +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
|
sortKey = key
|
||||||
sortOrder = SortingOrder.Ascending
|
sortOrder = SortingOrder.Ascending
|
||||||
} else {
|
} else {
|
||||||
if (sortOrder == SortingOrder.Ascending) {
|
sortOrder = (sortOrder === SortingOrder.Ascending) ? SortingOrder.Descending : SortingOrder.Ascending
|
||||||
sortOrder = SortingOrder.Descending
|
|
||||||
} else {
|
|
||||||
sortOrder = SortingOrder.Ascending
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user