1
0
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:
bodybybuddha
2018-08-28 19:13:04 -04:00
parent 3ec000ad85
commit 4f386c8a00
4 changed files with 54 additions and 21 deletions

View File

@@ -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");
});