From 4ace3a5e275ad7604f2b7ded654addfa71f3e7b2 Mon Sep 17 00:00:00 2001 From: hexeth <7627137+hexeth@users.noreply.github.com> Date: Fri, 11 Jan 2019 14:13:09 -0800 Subject: [PATCH] test --- cps/static/js/caliBlur.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cps/static/js/caliBlur.js b/cps/static/js/caliBlur.js index 06776d91..938e7502 100644 --- a/cps/static/js/caliBlur.js +++ b/cps/static/js/caliBlur.js @@ -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( {