1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update sidebar

This commit is contained in:
Luke Pulverenti 2016-06-24 20:29:39 -04:00
parent 81c132fc5c
commit 83975b7b12
5 changed files with 17 additions and 32 deletions

View file

@ -40,7 +40,7 @@
var url = "https://mb3admin.com/admin/service/supporter/retrievekey?email=" + email;
console.log(url);
fetchHelper.ajax({
url: url,
type: 'POST',
dataType: 'json'
@ -152,10 +152,6 @@
href: 'about.html',
name: Globalize.translate('TabAbout')
},
{
href: 'log.html',
name: Globalize.translate('TabLogs')
},
{
href: 'supporterkey.html',
name: Globalize.translate('TabEmbyPremiere')
@ -173,7 +169,7 @@
}).on('pageshow', "#supporterKeyPage", function () {
LibraryMenu.setTabs('helpadmin', 2, getTabs);
LibraryMenu.setTabs('helpadmin', 1, getTabs);
var page = this;
loadUserInfo(page);