1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-21 02:27:40 +00:00

Merge branch 'master' into Develop

This commit is contained in:
Ozzieisaacs
2021-08-29 10:44:13 +02:00
7 changed files with 1209 additions and 527 deletions

View File

@@ -36,10 +36,10 @@ $(function() {
async: true,
timeout: 900,
success: function (data) {
$('#table').bootstrapTable("load", data);
$('#tasktable').bootstrapTable("load", data);
}
});
}, 2000);
}, 1000);
}
$("#books-table").on("check.bs.table check-all.bs.table uncheck.bs.table uncheck-all.bs.table",