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

Refactor edit_books.js for unused code; re-add glyphicon to convert button; Add form validation for convert button

This commit is contained in:
bodybybuddha
2018-08-29 00:49:50 -04:00
parent 4b006fba99
commit 22ecdfd2bc
3 changed files with 9 additions and 4 deletions

View File

@@ -255,6 +255,3 @@ $("#btn-upload-cover").on("change", function () {
$("#upload-cover").html(filename);
});
$("#btn-book-convert").on("change", function () {
alert("woot");
});