Skip to content

Commit d6ce8f0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/main.html

Lines changed: 1 addition & 1 deletion
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'],
199198
[4, 'asc']
199+
[2, 'asc'],
200200
],
201201
fixedHeader: true,
202202
mark: true,

0 commit comments

Comments
 (0)