mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Do not ask for donations when integrated
This commit is contained in:
parent
7c6430c824
commit
48a4ad79e0
@ -3395,6 +3395,7 @@ define([
|
||||
if (priv.app === 'drive') { return; }
|
||||
if (!priv.channel) { return; }
|
||||
if (priv.app === 'form' && priv.readOnly && !priv.form_auditorHash && !priv.form_auditorKey) { return; }
|
||||
if (priv.integration) { return; }
|
||||
|
||||
var todo = function () {
|
||||
crowdfundingState = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user