Remove registration indicator (will find something else)
This commit is contained in:
@@ -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>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user