diff --git a/cps/static/js/caliBlur.js b/cps/static/js/caliBlur.js index 43457b10..45dd4491 100644 --- a/cps/static/js/caliBlur.js +++ b/cps/static/js/caliBlur.js @@ -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( '
' ); // $( 'h3:contains("Description:")' ).after( '
' );