From 23951510b2366d667e1bccdd663d12eecc26c653 Mon Sep 17 00:00:00 2001 From: "ajurna@gmail.com" Date: Wed, 13 Apr 2016 15:57:09 +0100 Subject: [PATCH] recent comics set with wrong default --- comic/templates/comic/recent_comics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");