1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-01 07:43:02 +00:00

Merge branch 'master' into Develop

This commit is contained in:
Ozzie Isaacs
2021-05-26 19:58:10 +02:00
2 changed files with 10 additions and 0 deletions

View File

@@ -263,3 +263,9 @@ $("#btn-upload-cover").on("change", function () {
$("#upload-cover").html(filename);
});
$("#xchange").click(function () {
this.blur();
var title = $("#book_title").val();
$("#book_title").val($("#bookAuthor").val());
$("#bookAuthor").val(title);
});