mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-11-04 09:13:02 +00:00 
			
		
		
		
	test
This commit is contained in:
		@@ -349,7 +349,7 @@ $(document).on('click','.dropdown-toggle',function() {
 | 
			
		||||
 | 
			
		||||
// Fade out content on page unload
 | 
			
		||||
// delegate all clicks on "a" tag (links)
 | 
			
		||||
$(document).on("click", "a:not(.btn-toolbar a, a[href*='shelf/remove'], .identifiers a, .bookinfo , .btn-group > a, #add-to-shelves a, #book-list a, .stat.blur a )", function () {
 | 
			
		||||
/*$(document).on("click", "a:not(.btn-toolbar a, a[href*='shelf/remove'], .identifiers a, .bookinfo , .btn-group > a, #add-to-shelves a, #book-list a, .stat.blur a )", function () {
 | 
			
		||||
 | 
			
		||||
    // get the href attribute
 | 
			
		||||
    var newUrl = $(this).attr("href");
 | 
			
		||||
@@ -361,7 +361,7 @@ $(document).on("click", "a:not(.btn-toolbar a, a[href*='shelf/remove'], .identif
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // now, fadeout the html (whole page)
 | 
			
		||||
    now, fadeout the html (whole page)
 | 
			
		||||
      $( '.blur-wrapper' ).fadeOut(250);
 | 
			
		||||
    $(".row-fluid .col-sm-10").fadeOut(500,function () {
 | 
			
		||||
        // when the animation is complete, set the new location
 | 
			
		||||
@@ -370,7 +370,7 @@ $(document).on("click", "a:not(.btn-toolbar a, a[href*='shelf/remove'], .identif
 | 
			
		||||
 | 
			
		||||
    // prevent the default browser behavior.
 | 
			
		||||
    return false;
 | 
			
		||||
});
 | 
			
		||||
});*/
 | 
			
		||||
 | 
			
		||||
// Collapse long text into read-more
 | 
			
		||||
$( 'div.comments' ).readmore( {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user