mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Hide Donate button for premium users
This commit is contained in:
parent
1eaac8bf9e
commit
9d4904bf75
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user