diff --git a/comic/templates/comic/recent_comics.html b/comic/templates/comic/recent_comics.html index b81465e..cae68ff 100644 --- a/comic/templates/comic/recent_comics.html +++ b/comic/templates/comic/recent_comics.html @@ -87,7 +87,7 @@ $(document).ready(function() { { "data" : "label", "orderable": false }, ], - "order": [[ 3, 'asc' ]], + "order": [[ 3, 'desc' ]], }); $(".clickable-row").click(function() { window.document.location = $(this).data("href");