1
0
Fork 0
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:
Luke Pulverenti 2014-01-29 10:02:29 -05:00
parent 76401c0e97
commit 84347e8631
2 changed files with 24 additions and 35 deletions

View file

@ -19,7 +19,7 @@
Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
if (pluginSecurityInfo.IsMBSupporter) {
$('#contribute', page).hide();
$('#contribute', page).show();
} else {
$('#contribute', page).show();
}