mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix DateModified not refreshing
This commit is contained in:
parent
ffc1d36492
commit
049f6fed66
10 changed files with 17 additions and 36 deletions
|
@ -146,18 +146,6 @@
|
|||
}
|
||||
};
|
||||
|
||||
function getTabs() {
|
||||
return [
|
||||
{
|
||||
href: 'about.html',
|
||||
name: Globalize.translate('TabAbout')
|
||||
},
|
||||
{
|
||||
href: 'supporterkey.html',
|
||||
name: Globalize.translate('TabEmbyPremiere')
|
||||
}];
|
||||
}
|
||||
|
||||
function onSupporterLinkClick(e) {
|
||||
|
||||
registrationServices.showPremiereInfo();
|
||||
|
@ -178,8 +166,6 @@
|
|||
|
||||
}).on('pageshow', "#supporterKeyPage", function () {
|
||||
|
||||
LibraryMenu.setTabs('helpadmin', 1, getTabs);
|
||||
|
||||
var page = this;
|
||||
loadUserInfo(page);
|
||||
load(page);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue