mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
search hints progress
This commit is contained in:
parent
ba13b0837d
commit
5005e0d448
9 changed files with 287 additions and 40 deletions
|
@ -696,7 +696,9 @@ var Dashboard = {
|
|||
|
||||
if (user && !page.hasClass('wizardPage')) {
|
||||
|
||||
headerHtml += Search.getSearchHtml();
|
||||
if (isLibraryPage) {
|
||||
headerHtml += Search.getSearchHtml();
|
||||
}
|
||||
|
||||
headerHtml += '<a class="imageLink btnCurrentUser" href="#" onclick="Dashboard.showUserFlyout();"><span class="currentUsername">' + user.Name + '</span>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue