mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
#18 - Duplicate Logos When Installing Server
This commit is contained in:
parent
10879209ff
commit
f6f0e0e8ca
@ -54,9 +54,13 @@ var Dashboard = {
|
|||||||
Dashboard.getCurrentUser();
|
Dashboard.getCurrentUser();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var header = $('.header', $.mobile.activePage);
|
||||||
|
|
||||||
|
if (header.length) {
|
||||||
// Re-render the header
|
// Re-render the header
|
||||||
$('.header').remove();
|
header.remove();
|
||||||
Dashboard.ensureHeader($.mobile.activePage);
|
Dashboard.ensureHeader($.mobile.activePage);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
getCurrentUserId: function () {
|
getCurrentUserId: function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user