mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-24 10:37:23 +00:00
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
|
||||
$(".home-btn > a").attr({
|
||||
"data-toggle": "tooltip",
|
||||
"href": $(".navbar-brand")[0].href,
|
||||
"title": $(document.body).attr("data-text"), // Home
|
||||
"data-placement": "bottom"
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user