recent comics set with wrong default

This commit is contained in:
ajurna@gmail.com
2016-04-13 15:57:09 +01:00
parent 6e6b9442cb
commit 23951510b2

View File

@@ -87,7 +87,7 @@ $(document).ready(function() {
{ "data" : "label", "orderable": false }, { "data" : "label", "orderable": false },
], ],
"order": [[ 3, 'asc' ]], "order": [[ 3, 'desc' ]],
}); });
$(".clickable-row").click(function() { $(".clickable-row").click(function() {
window.document.location = $(this).data("href"); window.document.location = $(this).data("href");