mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-02 16:23:04 +00:00
Merge remote-tracking branch 'caliblur/master'
This commit is contained in:
@@ -108,7 +108,7 @@ if ( $( 'body.book' ).length > 0 ) {
|
||||
.replace(/^(?=\n)$|^\s*|\s*$|\n\n+/gm,"").split(/\n/);
|
||||
}
|
||||
else {
|
||||
newdesc = description.toString();
|
||||
newdesc = description.text();
|
||||
}
|
||||
doc = nlp ( newdesc.toString() );
|
||||
sentences = doc.map((m)=> m.out( 'text' ));
|
||||
|
||||
7
cps/static/js/libs/bootstrap.min.js
vendored
7
cps/static/js/libs/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user