Hide Donate button for premium users

This commit is contained in:
yflory 2025-07-01 11:56:15 +02:00
parent 1eaac8bf9e
commit 9d4904bf75

View File

@ -1500,6 +1500,7 @@ define([
var urls = common.getMetadataMgr().getPrivateData().accounts;
var makeDonateButton = function () {
if (plan) { return; }
var $a = $('<a>', {
'class': 'cp-limit-upgrade btn btn-primary',
href: urls.donateURL,