mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update notification styles
This commit is contained in:
parent
e90931eda1
commit
1663b40737
3 changed files with 14 additions and 1 deletions
|
@ -9,6 +9,16 @@
|
|||
|
||||
DashboardPage.lastAppUpdateCheck = null;
|
||||
DashboardPage.lastPluginUpdateCheck = null;
|
||||
|
||||
Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
|
||||
|
||||
if (pluginSecurityInfo.IsMBSupporter) {
|
||||
$('#contribute').hide();
|
||||
} else {
|
||||
$('#contribute').show();
|
||||
}
|
||||
|
||||
});
|
||||
},
|
||||
|
||||
onPageHide: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue