Fix for #2756 (Home button in caliblur is leading to "/" instead of calibre-web home)
This commit is contained in:
parent
42fd6973a0
commit
9f28144779
|
@ -503,6 +503,7 @@ if ($("body.shelf").length > 0) {
|
||||||
// Rest of Tooltips
|
// Rest of Tooltips
|
||||||
$(".home-btn > a").attr({
|
$(".home-btn > a").attr({
|
||||||
"data-toggle": "tooltip",
|
"data-toggle": "tooltip",
|
||||||
|
"href": $(".navbar-brand")[0].href,
|
||||||
"title": $(document.body).attr("data-text"), // Home
|
"title": $(document.body).attr("data-text"), // Home
|
||||||
"data-placement": "bottom"
|
"data-placement": "bottom"
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user