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