Skip to content

Commit 5520655

Browse files
committed
schedule/events: restore original sorting order
1 parent 407468a commit 5520655

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ <h3><%= column.keys.first.to_s %></h3>
195195
<script>
196196
new DataTable('#events', {
197197
order: [
198-
[3, 'asc'],
199-
[4, 'asc']
198+
[4, 'asc'],
199+
[2, 'asc'],
200200
],
201201
fixedHeader: true,
202202
mark: true,

0 commit comments

Comments
 (0)