From 9f2814477975288dffa9f36f447a4dd05e08b479 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 16 Apr 2023 09:43:13 +0200 Subject: [PATCH] Fix for #2756 (Home button in caliblur is leading to "/" instead of calibre-web home) --- cps/static/js/caliBlur.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cps/static/js/caliBlur.js b/cps/static/js/caliBlur.js index 62d34e40..cc4116cf 100755 --- a/cps/static/js/caliBlur.js +++ b/cps/static/js/caliBlur.js @@ -503,6 +503,7 @@ if ($("body.shelf").length > 0) { // Rest of Tooltips $(".home-btn > a").attr({ "data-toggle": "tooltip", + "href": $(".navbar-brand")[0].href, "title": $(document.body).attr("data-text"), // Home "data-placement": "bottom" })