Commit 66fcd716 authored by Ozzieisaacs's avatar Ozzieisaacs

Merge remote-tracking branch 'origin/master'

parents 36030b55 e1205b75
......@@ -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>' );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment