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

fixes #140 - Tools Tab Vanished When Configuring Profile

This commit is contained in:
Luke Pulverenti 2013-04-15 21:46:17 -04:00
parent 4ebe92f997
commit a3252f6842
2 changed files with 47 additions and 42 deletions

View file

@ -52,6 +52,8 @@ var Dashboard = {
Dashboard.getCurrentUser();
}
page = page || $.mobile.activePage;
var header = $('.header', page);
if (header.length) {