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