1
0
Fork 0
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:
Luke Pulverenti 2013-07-07 11:53:26 -04:00
parent e90931eda1
commit 1663b40737
3 changed files with 14 additions and 1 deletions

View file

@ -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 () {