Fix for #2756 (Home button in caliblur is leading to "/" instead of calibre-web home)

pull/2758/head
Ozzie Isaacs 1 year ago
parent 42fd6973a0
commit 9f28144779

@ -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"
})

Loading…
Cancel
Save