1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-26 07:03:17 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Ozzieisaacs 2019-01-11 08:36:51 +01:00
commit 66fcd71685

View File

@ -128,8 +128,8 @@ if ( $( 'body.book' ).length > 0 ) {
}*/
description = $( '.comments' );
bookInfo = $( '.author' ).nextUntil( 'h3:contains("Description:")');
$( 'h3:contains("Description:")' ).detach();
bookInfo = $( '.author' ).nextUntil( 'h3:contains("Description")');
$( 'h3:contains("Description")' ).detach();
$( '.comments' ).detach();
$( bookInfo ).wrapAll( '<div class="bookinfo"></div>' );
// $( 'h3:contains("Description:")' ).after( '<div class="description"></div>' );