1
0
Fork 0
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:
Luke Pulverenti 2013-04-27 09:05:33 -04:00
parent ba13b0837d
commit 5005e0d448
9 changed files with 287 additions and 40 deletions

View file

@ -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>';