1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove registration indicator (will find something else)

This commit is contained in:
Eric Reed 2013-11-08 17:02:43 -05:00
parent 25cb195ec6
commit ac07ba9ef2

View file

@ -119,10 +119,6 @@
html += " " + plugin.totalRatings + " Reviews";
html += "</span>";
if (plugin.isPremium && plugin.isRegistered) {
html += "<span title='You are registered for this feature' style='cursor: default'> &reg;</span>";
}
html += "</div>";
html += "</div>";