mirror of
https://github.com/janeczku/calibre-web
synced 2025-04-20 17:53:16 +00:00
Fix title sort, author sort setting for multi book table editing
This commit is contained in:
parent
928ed10c2e
commit
f78a2367a2
@ -218,7 +218,8 @@ $(function() {
|
||||
"languages": $("#languages_input").val(),
|
||||
"publishers": $("#publishers_input").val(),
|
||||
"comments": $("#comments_input").val().toString(),
|
||||
"checkA": $('#autoupdate_authorsort').prop('checked').toString()
|
||||
"checkA": $('#autoupdate_authorsort').prop('checked'),
|
||||
"checkT": $('#autoupdate_titlesort').prop('checked')
|
||||
}),
|
||||
success: function success(data) {
|
||||
let result = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user