diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html
index 3acfabc0fd..357bf1102f 100644
--- a/dashboard-ui/dashboard.html
+++ b/dashboard-ui/dashboard.html
@@ -78,41 +78,30 @@
Help Improve Media Browser
diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js
index 39b007046f..9a63e3a085 100644
--- a/dashboard-ui/scripts/dashboardpage.js
+++ b/dashboard-ui/scripts/dashboardpage.js
@@ -19,7 +19,7 @@
Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
if (pluginSecurityInfo.IsMBSupporter) {
- $('#contribute', page).hide();
+ $('#contribute', page).show();
} else {
$('#contribute', page).show();
}