Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Janglee123 committed Jan 13, 2019
1 parent 4e62a69 commit f2da8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/library/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Library.loadBook = function(book){
protocol: 'file:',
pathname: path.join(__dirname,'..','html','reader.html'),
query: {
bookPath:book.newCoverPath
bookPath:book.path
}
})
$('#lib').append(`<a href = "${address}" title = "${book.title}" ><img src = "${cover}">${title}</a>`);
Expand Down

0 comments on commit f2da8f0

Please sign in to comment.