diff --git a/resources/texts/_contentManager.html b/resources/texts/_contentManager.html index 7ae1bea..32df1bc 100644 --- a/resources/texts/_contentManager.html +++ b/resources/texts/_contentManager.html @@ -74,6 +74,9 @@ function init() { downloadUpdaters[book.id] = setInterval(function() { getDownloadInfo(book.id); }, 1000); }); }, + eraseBook : function(book) { + contentManager.eraseBook(book.id); + }, displayedBooks : function(books, nb) { var a = books.slice(0, nb); return a; @@ -215,6 +218,7 @@ details:hover {