mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
recent comics set with wrong default
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user