1
0
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:
Ozzie Isaacs 2024-12-31 11:54:32 +01:00
parent 928ed10c2e
commit f78a2367a2

View File

@ -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 = "";