mirror of
https://github.com/janeczku/calibre-web
synced 2025-04-28 13:43:14 +00:00
remove spacing
This commit is contained in:
parent
a335dd75a1
commit
bee6a3593d
@ -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 ""
|
||||
|
||||
|
@ -203,7 +203,6 @@ $(function() {
|
||||
});
|
||||
|
||||
$("#edit_selected_confirm").click(function(event) {
|
||||
|
||||
$.ajax({
|
||||
method:"post",
|
||||
contentType: "application/json; charset=utf-8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user