diff --git a/cps/static/js/caliBlur.js b/cps/static/js/caliBlur.js index 17701950..a990573c 100644 --- a/cps/static/js/caliBlur.js +++ b/cps/static/js/caliBlur.js @@ -140,9 +140,9 @@ if ( $( 'body.book' ).length > 0 ) { // Sexy blurred backgrounds cover = $( '.cover img' ).attr( 'src' ); $( '#loader + .container-fluid' ) - .prepend( '
' ); $( '.blur-wrapper' ) - .prepend( '' ); + .prepend( '' ); // Fix-up book detail headings publisher = $( '.publishers p span' ).text().split( ':' ); @@ -442,7 +442,7 @@ if ( $( 'body.author' ).length >0 ) { cover = $( '.author-bio img' ).attr( 'src' ); $( '#loader + .container-fluid' ) .prepend( '' ); - $( '.blur-wrapper' ).prepend( '' ); + $( '.blur-wrapper' ).prepend( '' ); // Place undefined cover images inside container if ( $( '.bg-blur[src="undefined"]' ).length > 0 ) { $( '.bg-blur' ).before( '' );