mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #694 - Inconsistent donation links
This commit is contained in:
parent
76401c0e97
commit
84347e8631
2 changed files with 24 additions and 35 deletions
|
@ -19,7 +19,7 @@
|
|||
Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
|
||||
|
||||
if (pluginSecurityInfo.IsMBSupporter) {
|
||||
$('#contribute', page).hide();
|
||||
$('#contribute', page).show();
|
||||
} else {
|
||||
$('#contribute', page).show();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue