1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-04-28 05:33:12 +00:00

remove spacing

This commit is contained in:
James Armstong 2024-08-02 23:31:04 -07:00
parent a335dd75a1
commit bee6a3593d
2 changed files with 0 additions and 4 deletions

View File

@ -368,8 +368,6 @@ def edit_selected_books():
publishers = d.get('publishers')
comments = d.get('comments')
if len(selections) != 0:
for book_id in selections:
vals = {
@ -403,7 +401,6 @@ def edit_selected_books():
if comments:
vals['value'] = comments
edit_book_param('comments', vals)
return json.dumps({'success': True})
return ""

View File

@ -203,7 +203,6 @@ $(function() {
});
$("#edit_selected_confirm").click(function(event) {
$.ajax({
method:"post",
contentType: "application/json; charset=utf-8",