mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 07:13:02 +00:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master'
This commit is contained in:
		| @@ -128,8 +128,8 @@ if ( $( 'body.book' ).length > 0 ) { | |||||||
|   }*/ |   }*/ | ||||||
|  |  | ||||||
|   description = $( '.comments' ); |   description = $( '.comments' ); | ||||||
|   bookInfo = $( '.author' ).nextUntil( 'h3:contains("Description:")'); |   bookInfo = $( '.author' ).nextUntil( 'h3:contains("Description")'); | ||||||
|   $( 'h3:contains("Description:")' ).detach(); |   $( 'h3:contains("Description")' ).detach(); | ||||||
|   $( '.comments' ).detach(); |   $( '.comments' ).detach(); | ||||||
|   $( bookInfo ).wrapAll( '<div class="bookinfo"></div>' ); |   $( bookInfo ).wrapAll( '<div class="bookinfo"></div>' ); | ||||||
| //  $( 'h3:contains("Description:")' ).after( '<div class="description"></div>' ); | //  $( 'h3:contains("Description:")' ).after( '<div class="description"></div>' ); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ozzieisaacs
					Ozzieisaacs