1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-21 18:47:39 +00:00

Update sqlalchemy-utils dependency for oauth

Sort for state checkbox in user list and books list working
This commit is contained in:
Ozzie Isaacs
2021-04-12 18:23:25 +02:00
parent 04971f8672
commit 0f95800dde
2 changed files with 2 additions and 3 deletions

View File

@@ -117,6 +117,7 @@ $(function() {
$("#books-table").bootstrapTable({
sidePagination: "server",
queryParams: queryParams,
pagination: true,
paginationLoop: false,
paginationDetailHAlign: " hidden",
@@ -734,8 +735,6 @@ function queryParams(params)
params.state = JSON.stringify(selections);
return params;
}
function user_handle (userId) {
}
function test(){
console.log("hello");