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:
parent
4ebe92f997
commit
a3252f6842
2 changed files with 47 additions and 42 deletions
|
@ -52,6 +52,8 @@ var Dashboard = {
|
|||
Dashboard.getCurrentUser();
|
||||
}
|
||||
|
||||
page = page || $.mobile.activePage;
|
||||
|
||||
var header = $('.header', page);
|
||||
|
||||
if (header.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue