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:
parent
25cb195ec6
commit
ac07ba9ef2
1 changed files with 0 additions and 4 deletions
|
@ -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'> ®</span>";
|
||||
}
|
||||
|
||||
html += "</div>";
|
||||
html += "</div>";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue