1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-04-28 21:53:14 +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') publishers = d.get('publishers')
comments = d.get('comments') comments = d.get('comments')
if len(selections) != 0: if len(selections) != 0:
for book_id in selections: for book_id in selections:
vals = { vals = {
@ -403,7 +401,6 @@ def edit_selected_books():
if comments: if comments:
vals['value'] = comments vals['value'] = comments
edit_book_param('comments', vals) edit_book_param('comments', vals)
return json.dumps({'success': True}) return json.dumps({'success': True})
return "" return ""

View File

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