mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
#18 - Duplicate Logos When Installing Server
This commit is contained in:
parent
bd29967e42
commit
0d441108d1
1 changed files with 7 additions and 3 deletions
|
@ -54,9 +54,13 @@ var Dashboard = {
|
||||||
Dashboard.getCurrentUser();
|
Dashboard.getCurrentUser();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Re-render the header
|
var header = $('.header', $.mobile.activePage);
|
||||||
$('.header').remove();
|
|
||||||
Dashboard.ensureHeader($.mobile.activePage);
|
if (header.length) {
|
||||||
|
// Re-render the header
|
||||||
|
header.remove();
|
||||||
|
Dashboard.ensureHeader($.mobile.activePage);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
getCurrentUserId: function () {
|
getCurrentUserId: function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue