mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-17 07:27:10 +00:00
Updated GUI buttons for ebook-convert feature
This commit is contained in:
@@ -254,3 +254,7 @@ $("#btn-upload-cover").on("change", function () {
|
||||
} // Remove c:\fake at beginning from localhost chrome
|
||||
$("#upload-cover").html(filename);
|
||||
});
|
||||
|
||||
$("#btn-book-convert").on("change", function () {
|
||||
alert("woot");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user