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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user