1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix web project

This commit is contained in:
Luke Pulverenti 2015-05-30 10:32:18 -04:00
parent e103daf46c
commit 740e8a62a8
5 changed files with 15 additions and 9 deletions

View file

@ -311,6 +311,8 @@
html += user.name;
html += '</a>';
//html += '<a href="#" class="btnNotifications"><div class="btnNotificationsInner">0</div></a>';
html += '<div class="libraryMenuDivider" style="margin-top:0;"></div>';
var homeHref = window.ApiClient ? 'index.html' : 'selectserver.html';