Skip to content

Commit

Permalink
schedule/events: restore original sorting order
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Feb 12, 2025
1 parent 407468a commit 2e784cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,7 @@ <h3><%= column.keys.first.to_s %></h3>
<% if @item.identifier == '/schedule/events/' %>
<script>
new DataTable('#events', {
order: [
[3, 'asc'],
[4, 'asc']
],
order: [],
fixedHeader: true,
mark: true,
paging: false,
Expand Down

0 comments on commit 2e784cc

Please sign in to comment.