From ac07ba9ef23f7fb6747642fc6ccd8175b63b9759 Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Fri, 8 Nov 2013 17:02:43 -0500 Subject: [PATCH] Remove registration indicator (will find something else) --- dashboard-ui/scripts/plugincatalogpage.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dashboard-ui/scripts/plugincatalogpage.js b/dashboard-ui/scripts/plugincatalogpage.js index 21724e72fd..c097485494 100644 --- a/dashboard-ui/scripts/plugincatalogpage.js +++ b/dashboard-ui/scripts/plugincatalogpage.js @@ -119,10 +119,6 @@ html += " " + plugin.totalRatings + " Reviews"; html += ""; - if (plugin.isPremium && plugin.isRegistered) { - html += " ®"; - } - html += ""; html += "";